[PHP-DOC] debug_backtrace - was: Show the current functionname

2003-01-08 Thread Rick Widmer
[2003-01-08 04:26:25] [EMAIL PROTECTED] You can use debug_backtrace() for this (which is new in PHP 4.3.0). (Try var_dump(debug_backtrace()); to see what output it gives), marking this bug as a doc problem, as debug_backtrace() has not been documented yet. I have started to write a page for de

Re: [PHP-DOC] #21520 [Opn->Csd]: IMAGETYPE_JPEG misspelled in Manual

2003-01-08 Thread Derick Rethans
On 8 Jan 2003 [EMAIL PROTECTED] wrote: > ID: 21520 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > -Status: Open > +Status: Closed > Bug Type: Documentation problem > Operating System: Redhat Linux 7.2/any > PHP Version:

Re: [PHP-DOC] cvs: phpdoc /dsssl version.dsl /xsl version.xml

2003-01-08 Thread Derick Rethans
On Wed, 8 Jan 2003, Hartmut Holzgraefe wrote: > hholzgra Wed Jan 8 06:57:45 2003 EDT > > Modified files: > /phpdoc/xsl version.xml > /phpdoc/dsssl version.dsl > Log: > 4.3 version now generated with up-to-date generator script > -> including

[PHP-DOC] cvs: phpdoc /en/appendices migration.xml

2003-01-08 Thread Damien Seguy
damsWed Jan 8 22:35:16 2003 EDT Modified files: /phpdoc/en/appendices migration.xml Log: consistent ids Index: phpdoc/en/appendices/migration.xml diff -u phpdoc/en/appendices/migration.xml:1.21 phpdoc/en/appendices/migration.xml:1.22 --- phpdoc/en/app

[PHP-DOC] FW: [PHP] How to detect a PHP script time-out?

2003-01-08 Thread Timothy Hitchens \(HiTCHO\)
Can some one with CVS access please fix this as the details about register-shutdown-function and output to the buffer are incorrect as I have just been told since 4.1 and I have been advising users as per the documentation. Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECT

[PHP-DOC] #21520 [Opn->Csd]: IMAGETYPE_JPEG misspelled in Manual

2003-01-08 Thread nicos
ID: 21520 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Redhat Linux 7.2/any PHP Version: 4.3.0 New Comment: This bug has been fixed. Plea

[PHP-DOC] cvs: phpdoc /en/reference/image constants.xml /en/reference/image/functions exif-imagetype.xml

2003-01-08 Thread CHAILLAN Nicolas
nicos Wed Jan 8 13:03:29 2003 EDT Modified files: /phpdoc/en/reference/image constants.xml /phpdoc/en/reference/image/functionsexif-imagetype.xml Log: fixing 21520 Index: phpdoc/en/reference/image/constants.xml diff -u phpdoc/en/reference/image/

[PHP-DOC] #21520 [NEW]: IMAGETYPE_JPEG misspelled in Manual

2003-01-08 Thread jaldinger
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.2/any PHP version: 4.3.0 PHP Bug Type: Documentation problem Bug description: IMAGETYPE_JPEG misspelled in Manual On the following pages a constant named "IMAGETYPE_JPG" is refered to, where it actually is defined as "I

[PHP-DOC] #21515 [Opn]: Show the current functionname

2003-01-08 Thread philip
ID: 21515 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: all PHP Version: 4.3.0 New Comment: You can use the __FUNCTION__ constant as of PHP 4.3.0 It's documented s

Re: [PHP-DOC] strange title

2003-01-08 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote: Well, you can add version information now to version.dsl.in and it's XSL counterpart, but it will be removed by Hartmut's next commit, so a real solution can only be made in Hartmut's script. Sorry, i used an outdated version of the generator script for the last update (forgo

[PHP-DOC] #21515 [Csd->Opn]: Show the current functionname

2003-01-08 Thread derick
ID: 21515 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open -Bug Type: Feature/Change Request +Bug Type: Documentation problem Operating System: all PHP Version: 4.3.0 New Comment: hah,