From af3e587d1ed809f9ee99b2d229c742a4ad791e9d Mon Sep 17 00:00:00 2001 From: Date: Sun, 28 Dec 2003 01:31:59 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 14 ++++++++++++ 2 files changed, 73 insertions(+) diff --git a/ChangeLog b/ChangeLog index f84f6f1814..e1748ac563 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2003-12-27 Moriyoshi Koizumi + + * ext/iconv/iconv.c: + Just laugh at me :) + + * ext/iconv/iconv.c: + - Add missing sanity check. + +2003-12-27 Marcus Boerger + + * NEWS: + BFN + + * ZendEngine2/zend_language_parser.y: + Fixed bug #26065 (Crash when nesting classes) + + * (PHP_4_3) + NEWS + ext/sqlite/sqlite.c: + Fixed Bug #25329 sqlite_create_function with method and reference to $this + + * ext/sqlite/sqlite.c: + Correct in order + + * ext/sqlite/sqlite.c: + Bugfix #25329 + + * ext/sqlite/tests/sqlite_oo_029.phpt: + Not needed + + * ext/sqlite/tests/sqlite_oo_029.phpt: + Add new test related to bug #25329. + + * NEWS + ext/standard/basic_functions.c + ext/standard/tests/general_functions/bug25038.phpt: + Bugfix #25038 (call_user_func issues warning if function throws exception) + + * ZendEngine2/tests/bug26698.phpt: + Add new test + + * ZendEngine2/zend_objects.c: + Simplify + + * ZendEngine2/zend_object_handlers.c: + Fix __tostring() and concatenation + +2003-12-27 Rob Richards + + * ext/dom/node.c: + fix libxml mem leak + + * NEWS: + Fixed bug #26723 + + * ext/dom/node.c: + Fixed bug #26723 (domNode::appendChild() changes child node namespace) + apply fix to insertBefore and replaceChild + 2003-12-25 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b4571b0b59..6cf9c27009 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2003-12-27 Marcus Boerger + + * zend_language_parser.y: + Fixed bug #26065 (Crash when nesting classes) + + * tests/bug26698.phpt: + Add new test + + * zend_objects.c: + Simplify + + * zend_object_handlers.c: + Fix __tostring() and concatenation + 2003-12-25 Marcus Boerger * zend_execute.c -- 2.50.1