changelog Fri Feb 13 20:32:10 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1537&r2=1.1538&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1537 php-src/ChangeLog:1.1538 --- php-src/ChangeLog:1.1537 Thu Feb 12 20:32:12 2004 +++ php-src/ChangeLog Fri Feb 13 20:32:09 2004 @@ -1,3 +1,32 @@ +2004-02-13 Rob Richards <[EMAIL PROTECTED]> + + * ext/simplexml/simplexml.c: + Fix bug #27237: Working with simplexml crashes apache2 + object dtor must be used to cleanup iterator data correctly + Fix asXML() outputing incorrect node + +2004-02-13 Ard Biesheuvel <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS: + BFN + + * (PHP_4_3) + ext/interbase/interbase.c + ext/interbase/tests/003.phpt: + Fixed bug #27235 (NUMERIC x.0 field returns empty string on 0) + CS/WS + +2004-02-13 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/pspell/pspell.c: + Fixed compile warnings. + +2004-02-13 Frank M. Kromann <[EMAIL PROTECTED]> + + * ext/simplexml/php_simplexml.h: + Adding mising declaration (needed for Win32 compilation) + 2004-02-12 Derick Rethans <[EMAIL PROTECTED]> * NEWS