changelog Tue Mar 30 20:31:57 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1583&r2=1.1584&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1583 php-src/ChangeLog:1.1584 --- php-src/ChangeLog:1.1583 Mon Mar 29 20:31:53 2004 +++ php-src/ChangeLog Tue Mar 30 20:31:57 2004 @@ -1,3 +1,107 @@ +2004-03-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * run-tests.php: + Fixed generate_array_diff(). + +2004-03-30 Marcus Boerger <[EMAIL PROTECTED]> + + * tests/lang/bug26640.phpt: + Fix tests + + * ZendEngine2/tests/bug26695.phpt + tests/classes/static_properties_002.phpt: + Fix test + + * scripts/dev/search_underscores.php: + Add more statistics + +2004-03-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + Zend/zend_builtin_functions.c + ext/standard/array.c + ext/standard/tests/array/bug27782.phpt: + MFH: Fixed bug #27782 (Wrong behaviour of next(), prev() and each()). + + * ZendEngine2/zend_builtin_functions.c + ext/standard/array.c: + Fixed bug #27782 (Wrong behaviour of next(), prev() and each()). + + * ext/standard/tests/array/bug27782.phpt: + + Fixed bug #27782 (Wrong behaviour of next(), prev() and each()). + +2004-03-30 Marcus Boerger <[EMAIL PROTECTED]> + + * scripts/dev/search_underscores.php: + The test script to search for underscores + + * ZendEngine2/zend_reflection_api.c: + TSRM fix + + * ZendEngine2/zend.c + ZendEngine2/zend.h + ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_globals.h + ZendEngine2/zend_reflection_api.c: + - Fix Reflection class names + - Add ability to get the extension an internal class was defined in + +2004-03-30 Frank M. Kromann <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/mssql/php_mssql.c: + MFH: Fix for #27764. Get return value from a stored procedure not returning + any result sets + + * ext/mssql/php_mssql.c: + Fix for #27764. Get return value from a stored procedure not returning any + result sets + +2004-03-30 Stanislav Malyshev <[EMAIL PROTECTED]> + + * TSRM/TSRM.c: + Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown + makes + modules registering TSRM ids to crash, if they have dtors, since the + module + is unloaded before tsrm_shutdown is called. Can be re-enabled after + tsrm_free_id is implemented. + + * (PHP_4_3) + TSRM/TSRM.c: + Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown + makes + modules registering TSRM ids to crash, if they have dtors, + since the module is unloaded before tsrm_shutdown is called. + Can be re-enabled after tsrm_free_id is implemented. + +2004-03-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS: + Bug fixing news. + +2004-03-30 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/standard/tests/general_functions/sunfuncts.phpt: + Prevent test from failing on least significant digit + +2004-03-30 Wez Furlong <[EMAIL PROTECTED]> + + * (PHP_4_3) + main/streams.c: + Fix for Bug #27762: SCO Openserver doesn't have S_ISSOCK + Possible side effect from this is that CLI scripts run from inetd won't + realize that stdin/stdout are sockets. But thats not our problem. + +2004-03-30 Andi Gutmans <[EMAIL PROTECTED]> + + * ext/standard/incomplete_class.c: + - Tiny improvement. + 2004-03-29 Marcus Boerger <[EMAIL PROTECTED]> * ZendEngine2/acconfig.h @@ -996,7 +1100,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1583 2004/03/30 01:31:53 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1584 2004/03/31 01:31:57 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>