[PHP-CVS] cvs: php-src /tests/lang bug27443.phpt ZendEngine2 zend_builtin_functions.c

2004-03-01 Thread Derick Rethans
derick Mon Mar 1 03:07:26 2004 EDT Added files: /php-src/tests/lang bug27443.phpt Modified files: /ZendEngine2zend_builtin_functions.c Log: - Fixed bug #27443 (defined() returns wrong type). http://cvs.php.net/diff.php/ZendE

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /tests/lang bug27443.phpt Zend zend_builtin_functions.c

2004-03-01 Thread Derick Rethans
derick Mon Mar 1 03:11:47 2004 EDT Added files: (Branch: PHP_4_3) /php-src/tests/lang bug27443.phpt Modified files: /php-srcNEWS /Zend zend_builtin_functions.c Log: - MFH: Fixed bug #27443 (defined() returns wrong type).

[PHP-CVS] cvs: php-src /ext/standard parsedate.y /ext/standard/tests/time 002.phpt

2004-03-01 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 1 05:42:29 2004 EDT Modified files: /php-src/ext/standard parsedate.y /php-src/ext/standard/tests/time002.phpt Log: - Add support for more ISO8601 style formats. . Timezone specifier (ex. 20040301T00:00:00+1900) . Week

[PHP-CVS] cvs: php-src /ext/wddx/tests 001.phpt

2004-03-01 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 1 05:44:22 2004 EDT Modified files: /php-src/ext/wddx/tests 001.phpt Log: - Fix test. http://cvs.php.net/diff.php/php-src/ext/wddx/tests/001.phpt?r1=1.2&r2=1.3&ty=u Index: php-src/ext/wddx/tests/001.phpt diff -u php-src/ext/wddx/t

[PHP-CVS] cvs: php-src / NEWS

2004-03-01 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 1 05:46:15 2004 EDT Modified files: /php-srcNEWS Log: - NFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1620&r2=1.1621&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1620 php-src/NEWS:1.1621 --- php-src/NEWS:1.1620 Sun Feb 29 1

[PHP-CVS] cvs: php-src / NEWS

2004-03-01 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 1 05:46:59 2004 EDT Modified files: /php-srcNEWS Log: - Use past tense http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1621&r2=1.1622&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1621 php-src/NEWS:1.1622 --- php-src/NEWS:1.1621 M

Re: [PHP-CVS] cvs: php-src /ext/wddx wddx.c

2004-03-01 Thread Moriyoshi Koizumi
On 2004/03/01, at 4:02, Derick Rethans wrote: On Sun, 29 Feb 2004, Moriyoshi Koizumi wrote: moriyoshi Sun Feb 29 00:21:36 2004 EDT Modified files: /php-src/ext/wddx wddx.c Log: - Bugfix #27287 (wddx segfaults during deserialization) Can you also add a test case if there is none yet?

Re: [PHP-CVS] cvs: php-src /ext/standard parsedate.y /ext/standard/tests/time 002.phpt

2004-03-01 Thread Jan Lehnardt
Hi, On 1 Mar 2004, at 11:42, Moriyoshi Koizumi wrote: - Modified test case to test new features. boaffpcwaa [1] Jan -- [1] bugfix-only-and-feature-freeze-please-check-with-andi-alert. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/dom php_dom.c /ext/libxml libxml.c php_libxml.h /ext/simplexml simplexml.c /ext/xsl xsltprocessor.c

2004-03-01 Thread Rob Richards
rrichards Mon Mar 1 07:09:24 2004 EDT Modified files: /php-src/ext/domphp_dom.c /php-src/ext/libxml libxml.c php_libxml.h /php-src/ext/simplexml simplexml.c /php-src/ext/xslxsltprocessor.c Log: Fix bug #27436 dom_import_simplexml

Re: [PHP-CVS] cvs: php-src /ext/standard parsedate.y /ext/standard/tests/time 002.phpt

2004-03-01 Thread Moriyoshi Koizumi
On 2004/03/01, at 21:04, Jan Lehnardt wrote: boaffpcwaa [1] The change is needed to make the wddx extension work flawlessly, as the extension relies upon the parsedate facility and wddx's test cases had failed because of its limited functionality. (And hopefully helps you use strtotime() with th

[PHP-CVS] cvs: php-src /ext/xsl xsltprocessor.c

2004-03-01 Thread Rob Richards
rrichards Mon Mar 1 07:43:34 2004 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: use php_libxml_import_node for transform functions http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.24&r2=1.25&ty=u Index: php-src/ext/xsl/xsltp

[PHP-CVS] cvs: php-src /ext/mbstring config.w32

2004-03-01 Thread Moriyoshi Koizumi
moriyoshi Mon Mar 1 15:25:34 2004 EDT Modified files: /php-src/ext/mbstring config.w32 Log: - Fix win32 build. # Thanks Nuno Lopes & Derick for letting me know. http://cvs.php.net/diff.php/php-src/ext/mbstring/config.w32?r1=1.1&r2=1.2&ty=u Inde

Re: [PHP-CVS] cvs: php-src /ext/mbstring config.w32

2004-03-01 Thread Derick Rethans
On Mon, 1 Mar 2004, Moriyoshi Koizumi wrote: > moriyoshi Mon Mar 1 15:25:34 2004 EDT > > Modified files: > /php-src/ext/mbstring config.w32 > Log: > - Fix win32 build. > # Thanks Nuno Lopes & Derick for letting me know. erm, my problem was on Linux, not on winshit :)

[PHP-CVS] cvs: php-src /tests/reflection exception.php invoke.phpt

2004-03-01 Thread Pierre-Alain Joye
pajoye Mon Mar 1 15:40:51 2004 EDT Added files: /php-src/tests/reflection exception.php invoke.phpt Log: - initial release, reflection tests suite http://cvs.php.net/co.php/php-src/tests/reflection/exception.php?r=1.1&p=1 Index: php-src/tests/reflecti

[PHP-CVS] cvs: php-src /tests/reflection exception.inc exception.php

2004-03-01 Thread Pierre-Alain Joye
pajoye Mon Mar 1 15:44:12 2004 EDT Added files: /php-src/tests/reflection exception.inc Removed files: /php-src/tests/reflection exception.php Log: - excpetion.php => exception.inc (derick) http://cvs.php.net/co.php/php-src/te