changelog Wed May 26 20:32:06 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1639&r2=1.1640&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1639 php-src/ChangeLog:1.1640 --- php-src/ChangeLog:1.1639 Tue May 25 20:33:34 2004 +++ php-src/ChangeLog Wed May 26 20:32:06 2004 @@ -1,3 +1,85 @@ +2004-05-26 Wez Furlong <[EMAIL PROTECTED]> + + * ZendEngine2/zend_object_handlers.c: + Fix leak on systems where alloca isn't really alloca. + + * main/streams/filter.c + main/streams/php_stream_filter_api.h: + Fix silly mistake. + Thanks Antony :) + +2004-05-26 Andrei Zmievski <[EMAIL PROTECTED]> + + * (PHP_4_3) + Zend/zend_constants.c: + Make sure zend_get_constant() result is initialized properly. + + * ZendEngine2/zend_constants.c: + Avoid unnecessary and silly copying of constant name when registering. + +2004-05-26 Andi Gutmans <[EMAIL PROTECTED]> + + * ZendEngine2/zend_alloc.c: + - Fix memory manager problem + +2004-05-26 Andrei Zmievski <[EMAIL PROTECTED]> + + * (PHP_4_3) + Zend/zend_constants.c: + Avoid unnecessary copy when registering a constant. + +2004-05-26 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + run-tests.php: + MFH: Turn off session.auto_start to prevent test failures. + + * run-tests.php: + Turn off session.auto_start to prevent test failures. + +2004-05-26 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/gd/tests/bug27582_2.phpt: + - Remove this test, it still segfaults anyway (less noise in tests :) ) + Already removed in PHP_4_3 branch + +2004-05-26 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/xslt/tests/xslt_backend_info.phpt: + Fixed test failure due to incorrect library check. + +2004-05-26 Andi Gutmans <[EMAIL PROTECTED]> + + * ext/standard/basic_functions.c: + - Use FREE_HASHTABLE instead of efree() + +2004-05-26 Wez Furlong <[EMAIL PROTECTED]> + + * ext/standard/proc_open.c: + Apparently it is better to specify 500 here for unix98 bits and pieces. + + * (PHP_4_3) + ext/mcve/config.m4: + Fix build + + * ext/mcve/config.m4: + Fix build... + +2004-05-26 Sebastian Bergmann <[EMAIL PROTECTED]> + + * ZendEngine2/ZEND_CHANGES: + Update Reflection API class names. Whitespace fixes. + +2004-05-26 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/sockets/sockets.c: + - MFH: Fixed bug #28523 (Typo in ext/sockets/sockets.c) + + * ext/sockets/sockets.c: + - Fixed bug #28523 (Typo in ext/sockets/sockets.c) + 2004-05-25 Stefan Esser <[EMAIL PROTECTED]> * main/SAPI.c: @@ -3960,7 +4042,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1639 2004/05/26 00:33:34 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1640 2004/05/27 00:32:06 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>