From ebc7bb3a00df815db3945778a1108480f34377f8 Mon Sep 17 00:00:00 2001 From: Date: Tue, 20 Sep 2005 05:45:47 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 40 ++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+) diff --git a/ChangeLog b/ChangeLog index c385a48792..53784757cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2005-09-19 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + - Add eytension consts to extension output (Johannes) + - Fix WS in output + + * (PHP_5_0) + NEWS: + - MFH Renamed CachingRecursiveIterator to RecursiveCachingIterator. + + * server-tests-config.php + server-tests-config.php: + + - Fix filename + +2005-09-19 Antony Dovgal + + * (PHP_5_0) + NEWS: + fix #34548 (method append() in class extended from ArrayObject crashes PHP) + +2005-09-19 Dmitry Stogov + + * ext/dom/php_dom.c + ext/dom/php_dom.c: + Fixed access to uninitialized value + + * ZendEngine2/zend_execute.h + ZendEngine2/zend_execute.h + ZendEngine2/zend_execute.h: + MFH (removed unnecesary call to zval_ptr_dtor) + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/zend_vm_opcodes.h: + Fixed access to memory that is already freed (in case of __call() method) + + * (PHP_4_4) + Zend/zend_execute.c: + Fixed parameter passing incompatibilities. + + * (PHP_5_0) + ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/bug33257.phpt + ZendEngine2/tests/bug33257.phpt + ZendEngine2/tests/bug33257.phpt: + Fixed parameter passing incompatibilities. + Now it is possible to call array_pop(explode("&","1&2&3")) again. + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_reflection_api.c + ZendEngine2/tests/bug33996.phpt: + Unicode support + + * ext/simplexml/tests/012.phpt: + Fixed test file + +2005-09-19 Ilia Alshanetsky + + * NEWS: + Add blame :) + 2005-09-18 Jani Taskinen * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 24bf803a2e..063d682a7d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,43 @@ +2005-09-19 Marcus Boerger + + * zend_reflection_api.c: + - Add eytension consts to extension output (Johannes) + - Fix WS in output + +2005-09-19 Dmitry Stogov + + * zend_execute.h + zend_execute.h + zend_execute.h: + MFH (removed unnecesary call to zval_ptr_dtor) + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_opcodes.h + zend_vm_opcodes.h: + Fixed access to memory that is already freed (in case of __call() method) + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_opcodes.h + zend_vm_opcodes.h + tests/bug33257.phpt + tests/bug33257.phpt + tests/bug33257.phpt: + Fixed parameter passing incompatibilities. + Now it is possible to call array_pop(explode("&","1&2&3")) again. + + * zend_execute.c + zend_reflection_api.c + tests/bug33996.phpt: + Unicode support + 2005-09-18 Antony Dovgal * (PHP_5_0) -- 2.40.0