[PHP-DOC] cvs: phpdoc /scripts xml_proto.php

2006-01-31 Thread Sean Coates
seanTue Jan 31 16:14:01 2006 UTC Modified files: /phpdoc/scripts xml_proto.php Log: Fix reference.xml (comment configure/ini entities; fix no.resource; (para)) http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/xml_proto.php?r1=1.39r2=1.40diff_format=u

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

2006-01-31 Thread Jakub Vrana
vrana Tue Jan 31 16:26:37 2006 UTC Modified files: /phpdoc/en/reference/xmlwriter reference.xml Log: Categorization http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/xmlwriter/reference.xml?r1=1.1r2=1.2diff_format=u Index:

[PHP-DOC] cvs: phpdoc /en/reference/xmlwriter/functions xmlwriter-open-uri.xml xmlwriter-start-document.xml xmlwriter-start-dtd.xml xmlwriter-write-dtd.xml

2006-01-31 Thread Jakub Vrana
vrana Tue Jan 31 16:28:55 2006 UTC Modified files: /phpdoc/en/reference/xmlwriter/functionsxmlwriter-open-uri.xml xmlwriter-start-document.xml

Re: [PHP-DOC] cvs: phpdoc /en/reference/xmlwriter/functions xmlwriter-open-uri.xml xmlwriter-start-document.xml xmlwriter-start-dtd.xml xmlwriter-write-dtd.xml

2006-01-31 Thread Sean Coates
Jakub Vrana wrote: vrana Tue Jan 31 16:28:55 2006 UTC Log: Fix parameters Thanks. I didn't do much more than make test. S

[PHP-DOC] [PATCH] New date() format character, P, DATE_ATOM constant changes

2006-01-31 Thread Hannes Magnusson
As of PHP5.1.3 there is new format character for date(), P, and the DATE_ATOM constant has been changed to be RFC3339 compliant. See: http://news.php.net/php.cvs/36705 ...And those constants were added in 5.1.1, not 5.1.0 (they were class constants in 5.1.0). Patch attached. - Hannes Index:

Re: [PHP-DOC] [PATCH] New date() format character, P, DATE_ATOM constant changes

2006-01-31 Thread Derick Rethans
On Tue, 31 Jan 2006, Hannes Magnusson wrote: As of PHP5.1.3 there is new format character for date(), P, and the DATE_ATOM constant has been changed to be RFC3339 compliant. See: http://news.php.net/php.cvs/36705 ...And those constants were added in 5.1.1, not 5.1.0 (they were class

[PHP-DOC] cvs: phpdoc /en/reference/datetime constants.xml /en/reference/datetime/functions date.xml

2006-01-31 Thread Derick Rethans
derick Tue Jan 31 21:10:31 2006 UTC Modified files: /phpdoc/en/reference/datetime constants.xml /phpdoc/en/reference/datetime/functions date.xml Log: - Document new P modifier and small version fixes (Patch by Hannes Magnusson).