changelog Sun Apr 4 20:35:40 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1588&r2=1.1589&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1588 php-src/ChangeLog:1.1589 --- php-src/ChangeLog:1.1588 Sat Apr 3 20:32:13 2004 +++ php-src/ChangeLog Sun Apr 4 20:35:40 2004 @@ -1,3 +1,60 @@ +2004-04-04 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * ext/mbstring/config.m4: + - Let it work safely + + * (PHP_4_3) + ext/wddx/tests/001.phpt + ext/wddx/tests/wddx.xml: + - Remove test, as it's never worked as expected. + +2004-04-04 Derick Rethans <[EMAIL PROTECTED]> + + * ext/mbstring/config.m4: + - Fixed test + +2004-04-04 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ZendEngine2/zend_objects_API.c: + Removed unused variable. + +2004-04-04 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * ext/wddx/tests/001.phpt: + - Fix test: Any datetime value that exceeds the unix time range should + not be unserialized. + +2004-04-04 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/gd/gd.c: + MFH: Fixed a bug that prevented building of the GD extension against + external GD lib 1.X. + + * ext/gd/gd.c: + Fixed a bug that prevented building of gd extension against external GD + lib 1.X. + +2004-04-04 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/php_ibase_includes.h: + CS + +2004-04-04 Derick Rethans <[EMAIL PROTECTED]> + + * ext/standard/tests/time/bug21966.phpt: + - Fixed comment and double 0 + + * ext/standard/tests/time/bug21966.phpt: + + - One more test for a date/time related bug. + +2004-04-04 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/standard/config.m4: + Add a comment why it is in + 2004-04-03 Andi Gutmans <[EMAIL PROTECTED]> * ZendEngine2/zend_builtin_functions.c: @@ -1481,7 +1538,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1588 2004/04/04 01:32:13 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1589 2004/04/05 00:35:40 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>