[PHP-DOC] Build failures

2002-12-29 Thread Derick Rethans
Hello, the PL documentation has build failures for ages, anyone care to fix them? You can find the log here: http://www.php.net/~derick/errors.pl Derick -- - Derick Rethans http://derickre

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions money-format.xml

2002-12-29 Thread Jesus M. Castagnetto
jmcastagnetto Mon Dec 30 01:51:54 2002 EDT Modified files: /phpdoc/en/reference/strings/functions money-format.xml Log: Fixing capitalization. Removind duplicate entry in conversion characters list. Index: phpdoc/en/reference/strings/functions/money-

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions filemtime.xml

2002-12-29 Thread Philip Olson
philip Mon Dec 30 01:44:50 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions filemtime.xml Log: Added example, see also getlastmod() and stat(), replaced date() info and removed the portion about "last modification date in a footer" Inde

[PHP-DOC] cvs: phpdoc /en/reference/info/functions getlastmod.xml

2002-12-29 Thread Philip Olson
philip Mon Dec 30 01:09:56 2002 EDT Modified files: /phpdoc/en/reference/info/functions getlastmod.xml Log: filemtime() for a different file; See also filemtime(). Index: phpdoc/en/reference/info/functions/getlastmod.xml diff -u phpdoc/en/reference/info/func

[PHP-DOC] #6513 [Opn]: get_browser() and register_globals

2002-12-29 Thread philip
ID: 6513 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: all PHP Version: 4.3.0-RC2 New Comment: I'm leaving this open until someone can test with an older version, I

[PHP-DOC] cvs: phpdoc /en/reference/misc/functions get-browser.xml

2002-12-29 Thread Philip Olson
philip Sun Dec 29 23:57:52 2002 EDT Modified files: /phpdoc/en/reference/misc/functions get-browser.xml Log: Returns an array not object, made docs register_globals = off friendly, made example a little more friendly, linked directly to the offsite up-to-date

[PHP-DOC] cvs: phpdoc /entities global.ent

2002-12-29 Thread Philip Olson
philip Sun Dec 29 23:43:34 2002 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Introducing this browscap download at php.net/get_browser Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.68 phpdoc/entities/global.ent:1.69 --- ph

[PHP-DOC] #20869 [Asn->Csd]: money_format needs documentation

2002-12-29 Thread jmcastagnetto
ID: 20869 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type:Documentation problem PHP Version: 4CVS-2002-12-06 (dev) Assigned To: jmcastagnetto New Comment: This bug has been fixed in CVS. In case this was a PHP

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions money-format.xml

2002-12-29 Thread Jesus M. Castagnetto
jmcastagnetto Sun Dec 29 18:44:35 2002 EDT Modified files: /phpdoc/en/reference/strings/functions money-format.xml Log: Finished documentation. Index: phpdoc/en/reference/strings/functions/money-format.xml diff -u phpdoc/en/reference/strings/functions/

[PHP-DOC] cvs: phpdoc /en/reference/misc/functions leak.xml

2002-12-29 Thread Philip Olson
philip Sun Dec 29 18:25:09 2002 EDT Removed files: /phpdoc/en/reference/misc/functions leak.xml Log: This doesn't need to be documented just like crash() won't be. And btw, leak/crash are only available with --enable-debug as of PHP 4.3.0 -- PHP Docu

Re: [PHP-DOC] 'configure' in PHPDOC module can not work under PHP >=4.2.0

2002-12-29 Thread Gabor Hojtsy
> In PHP version >= 4.2.0, there's a major change (From > http://www.php.net/manual/en/features.commandline.php): > > The CLI SAPI does not change the current directory to the directory of the > executed script! > > So it will cause an error and stop the 'configure' process. Could this > issue be

[PHP-DOC] cvs: phpdoc /en/reference/zlib configure.xml

2002-12-29 Thread Friedhelm Betz
betzSun Dec 29 11:29:07 2002 EDT Modified files: /phpdoc/en/reference/zlib configure.xml Log: changes in 4.3.0 for zlib on windows Index: phpdoc/en/reference/zlib/configure.xml diff -u phpdoc/en/reference/zlib/configure.xml:1.1 phpdoc/en/reference/zlib/co

[PHP-DOC] 'configure' in PHPDOC module can not work under PHP >= 4.2.0

2002-12-29 Thread Dallas Thunder
In PHP version >= 4.2.0, there's a major change (From http://www.php.net/manual/en/features.commandline.php): The CLI SAPI does not change the current directory to the directory of the executed script! So it will cause an error and stop the 'configure' process. Could this issue be addressed by c