From: Date: Wed, 31 Mar 2004 01:32:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2RC1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5de30d1066fb599a3e0e01a5ba6497d7602dea05;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b8e280f135..63c0f9b2b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,107 @@ +2004-03-30 Ilia Alshanetsky + + * run-tests.php: + Fixed generate_array_diff(). + +2004-03-30 Marcus Boerger + + * 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 + + * (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 + + * 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 + + * (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 + + * 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 + + * (PHP_4_3) + NEWS: + Bug fixing news. + +2004-03-30 Ard Biesheuvel + + * ext/standard/tests/general_functions/sunfuncts.phpt: + Prevent test from failing on least significant digit + +2004-03-30 Wez Furlong + + * (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 + + * ext/standard/incomplete_class.c: + - Tiny improvement. + 2004-03-29 Marcus Boerger * ZendEngine2/acconfig.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f29c5ac96f..14efdae3db 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,27 @@ +2004-03-30 Marcus Boerger + + * tests/bug26695.phpt: + Fix test + +2004-03-30 Ilia Alshanetsky + + * zend_builtin_functions.c: + Fixed bug #27782 (Wrong behaviour of next(), prev() and each()). + +2004-03-30 Marcus Boerger + + * zend_reflection_api.c: + TSRM fix + + * zend.c + zend.h + zend_API.c + zend_API.h + zend_globals.h + zend_reflection_api.c: + - Fix Reflection class names + - Add ability to get the extension an internal class was defined in + 2004-03-29 Marcus Boerger * acconfig.h: