From 31902806a8994c33d1a3a4375adff4a36e352a8a Mon Sep 17 00:00:00 2001 From: Date: Tue, 28 Sep 2004 00:34:17 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 109 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 50 +++++++++++++++++++++++ 2 files changed, 159 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1eca00117a..cbbff944e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,112 @@ +2004-09-27 Marcus Boerger + + * (PHP_5_0) + ZendEngine2/zend_reflection_api.c: + MFH fix several property handling issues + + * ZendEngine2/zend_reflection_api.c: + - Make internally used properties read-only and fix default properties + +2004-09-27 Edin Kadribasic + + * win32/pwd.c: + MFB: bugfix #30133 + + * (PHP_5_0) + NEWS + win32/pwd.c: + Fixed bug #30133 + +2004-09-27 Andrey Hristov + + * NEWS: + give credits to David + +2004-09-27 Marcus Boerger + + * ZendEngine2/zend_exceptions.c: + - Fix memeleak + + * ZendEngine2/zend_reflection_api.c: + - Declare properties + +2004-09-27 Andi Gutmans + + * ZendEngine2/README.ZEND_VM: + - Document zend_vm_use_old_executor() for Derick. + +2004-09-27 Ilia Alshanetsky + + * ext/standard/tests/filters/basic.phpt: + Make test more generic. + + + * (PHP_5_0) + run-tests.php + run-tests2.php: + MFH: Fixed bug #30249 (Incorrect timeout check). + + * run-tests.php + run-tests2.php: + Fixed bug #30249 (Incorrect timeout check). + +2004-09-27 Anantha Kesari H Y + + * ext/standard/file.c: + removed redundant NEW_LIBC and CLIB_STAT_PATCH checks + + * ext/standard/dl.c + ext/standard/http_fopen_wrapper.c: + removed redundant NEW_LIBC checks + + * ext/ftp/ftp.c: + removed unwanted NEW_LIBC checks + + * ext/ftp/php_ftp.c: + removed redundant NEW_LIBC check + + * ext/snmp/snmp.c: + removed unwanted NEW_LIBC checks and comments + +2004-09-27 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + Fix Reflection_Class to ReflectionClass in docu/messages + + * ZendEngine2/zend_execute_API.c: + - Fix warning + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_stream.c: + - Fix warning + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_reflection_api.c: + - Fix warnings + + * ZendEngine2/zend_interfaces.c: + Fix warnign + +2004-09-27 Andi Gutmans + + * ZendEngine2/zend_variables.c + ZendEngine2/zend_variables.h: + - Use zval_ctor_func() for wrapper and update the prototype to void + +2004-09-27 Derick Rethans + + * (PHP_4_3) + Zend/zend_execute.c: + - Hopefully fixed the compilation on Windows that was broken with my + foreach-backport. + +2004-09-27 Andi Gutmans + + * ZendEngine2/zend_variables.c + ZendEngine2/zend_variables.h: + - Make zval_copy_ctor() return void like dtor(). No one ever checks the + - return value which is SUCCESS always. + 2004-09-26 Marcus Boerger * ZendEngine2/zend.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8596fb0846..297c3e0ddc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,53 @@ +2004-09-27 Marcus Boerger + + * (PHP_5_0) + zend_reflection_api.c: + MFH fix several property handling issues + + * zend_reflection_api.c: + - Make internally used properties read-only and fix default properties + + * zend_exceptions.c: + - Fix memeleak + + * zend_reflection_api.c: + - Declare properties + +2004-09-27 Andi Gutmans + + * README.ZEND_VM: + - Document zend_vm_use_old_executor() for Derick. + +2004-09-27 Marcus Boerger + + * zend_reflection_api.c: + Fix Reflection_Class to ReflectionClass in docu/messages + + * zend_execute_API.c: + - Fix warning + + * zend_compile.c + zend_stream.c: + - Fix warning + + * zend_builtin_functions.c + zend_reflection_api.c: + - Fix warnings + + * zend_interfaces.c: + Fix warnign + +2004-09-27 Andi Gutmans + + * zend_variables.c + zend_variables.h: + - Use zval_ctor_func() for wrapper and update the prototype to void + + * zend_variables.c + zend_variables.h: + - Make zval_copy_ctor() return void like dtor(). No one ever checks the + - return value which is SUCCESS always. + 2004-09-26 Marcus Boerger * zend.h -- 2.50.1