From: Date: Fri, 24 Sep 2004 00:34:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8799fed63478aac3b379cbfac35a66f3a3deb9bc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 82c64e8843..9ff171eea3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2004-09-23 Andi Gutmans + + * (PHP_5_0) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - PHP 5.0.3-dev + + * ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.h + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_opcode.c + ZendEngine2/zend_vm.h: + - Commit new VM architecture. This one allows people (aka Derick) to + - ask the engine to use function handler mode. Will update the README + - about that. + + * (PHP_5_0) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Roll 5.0.2 + +2004-09-23 Ilia Alshanetsky + + * ZendEngine2/tests/bug20240.phpt: + Fixed test. + +2004-09-23 Marcus Boerger + + * (PHP_5_0) + NEWS: + BFN + + * ZendEngine2/zend_reflection_api.c: + Bugfix # 30209 + +2004-09-23 Andi Gutmans + + * ZendEngine2/tests/bench.php: + - Commit synthetic benchmark + +2004-09-23 Anantha Kesari H Y + + * main/mergesort.c: + removed unwanted NetWare specific changes + + * main/fopen_wrappers.c: + removed redundant checks for NETWARE + + * sapi/apache2filter/sapi_apache2.c: + TSRMLS_FETCH should be called prior to accessing any of the SG members + + * sapi/apache2filter/php_apache.h: + NetWare now has a POSIX compliant stat structure so no need of + CLIB_STAT_PATCH and all such macros + + * main/streams/userspace.c: + CLIB_STAT_PATCH check is redundant. So removing it + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_globals.h: + Reverted the NetWare Specific Stack limit related patches as asked by Andi + 2004-09-22 Wez Furlong * pear/PEAR/Builder.php diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d961589d9b..b80f008747 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,45 @@ +2004-09-23 Andi Gutmans + + * (PHP_5_0) + zend.h: + - PHP 5.0.3-dev + + * zend_compile.h + zend_execute.c + zend_execute.h + zend_execute_API.c + zend_opcode.c + zend_vm.h: + - Commit new VM architecture. This one allows people (aka Derick) to + - ask the engine to use function handler mode. Will update the README + - about that. + + * (PHP_5_0) + zend.h: + - Roll 5.0.2 + +2004-09-23 Ilia Alshanetsky + + * tests/bug20240.phpt: + Fixed test. + +2004-09-23 Marcus Boerger + + * zend_reflection_api.c: + Bugfix # 30209 + +2004-09-23 Andi Gutmans + + * tests/bench.php: + - Commit synthetic benchmark + +2004-09-23 Anantha Kesari H Y + + * zend_execute.c + zend_execute_API.c + zend_globals.h: + Reverted the NetWare Specific Stack limit related patches as asked by Andi + 2004-09-22 Anantha Kesari H Y * zend_execute_API.c