From 7e4be5c52091ee643b79503e38678efcc94c08d7 Mon Sep 17 00:00:00 2001 From: Date: Sat, 11 Jun 2005 05:40:37 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 53 +++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f7bd9c2fa..9e42d136d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2005-06-10 Andi Gutmans + + * configure.in + ZendEngine2/zend.h + main/php_version.h: + - Back to -dev + + * (php_5_1_0b1) + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Go with 5.1.0b1 + + * (php_5_1_0b1) + NEWS: + - Go with Beta 1 + - Merged 5.0.x news and nuked anything prior to 5.0.0 release + +2005-06-10 Jani Taskinen + + * (php_5_1_0b1) + scripts/phpize.in: + - Fix phpize: need to eval path variables for them to be usable + +2005-06-10 Dmitry Stogov + + * NEWS: + Add some entries that was forgotten + + * (php_5_1_0b1) + ZendEngine2/tests/bug30162.phpt: + Added test for bug #30162 (it is already fixed but test file was forgotten) + + * (php_5_1_0b1) + ZendEngine2/tests/bug31177.phpt: + Added test file for bug #31177 (not fixed yet) + + * ZendEngine2/tests/bug31177.phpt + ZendEngine2/tests/bug31177.phpt: + + file bug31177.phpt was initially added on branch PHP_5_0. + + * (php_5_1_0b1) + ZendEngine2/tests/bug29689.phpt: + typos + + * (php_5_1_0b1) + ZendEngine2/zend_reflection_api.c + ZendEngine2/zend_reflection_api.c: + Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor + + * (php_5_1_0b1) + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.h + ZendEngine2/zend_extensions.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_gen.php + ZendEngine2/zend_vm_opcodes.h: + Fix so that extensions like xdebug, can overload opcodes in all execution + modes including goto/switch + + * (php_5_1_0b1) + ZendEngine2/zend_compile.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h: + Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one + (ZEND_NEW). There was no real reason for this anymore and API should be + changed before 5.1 + 2005-06-09 Stanislav Malyshev * NEWS diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 140df8a964..14f7eaac0d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,56 @@ +2005-06-10 Andi Gutmans + + * zend.h: + - Back to -dev + + * (php_5_1_0b1) + zend.h: + - Go with 5.1.0b1 + +2005-06-10 Dmitry Stogov + + * (php_5_1_0b1) + tests/bug30162.phpt: + Added test for bug #30162 (it is already fixed but test file was forgotten) + + * (php_5_1_0b1) + tests/bug31177.phpt: + Added test file for bug #31177 (not fixed yet) + + * tests/bug31177.phpt + tests/bug31177.phpt: + + file bug31177.phpt was initially added on branch PHP_5_0. + + * (php_5_1_0b1) + tests/bug29689.phpt: + typos + + * (php_5_1_0b1) + zend_reflection_api.c + zend_reflection_api.c: + Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor + + * (php_5_1_0b1) + zend_execute.c + zend_execute.h + zend_extensions.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_gen.php + zend_vm_opcodes.h: + Fix so that extensions like xdebug, can overload opcodes in all execution + modes including goto/switch + + * (php_5_1_0b1) + zend_compile.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h: + Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one + (ZEND_NEW). There was no real reason for this anymore and API should be + changed before 5.1 + 2005-06-09 Stanislav Malyshev * zend_compile.c -- 2.50.1