From 7cb2086ea1bdfd0557d28f7dc93f9b496f2f3d19 Mon Sep 17 00:00:00 2001 From: Date: Wed, 18 Feb 2004 01:32:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 ++++ 2 files changed, 85 insertions(+) diff --git a/ChangeLog b/ChangeLog index 21f8353669..1560569cdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2004-02-17 Jani Taskinen + + * ZendEngine2/zend_list.c: + MFB: - Fix bug #26753 (zend_fetch_list_dtor_id() does not check NULL + strings) + +2004-02-17 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/gd/gd.c: + MFH: Fixed bug #27293 (two crashes inside image2wbmp()). + + * ext/gd/gd.c: + Fixed bug #27293 (two crashes inside image2wbmp()). + +2004-02-17 Ard Biesheuvel + + * (PHP_4_3) + ext/interbase/interbase.c: + Really disallow persistent connections if ini option is set + +2004-02-17 Rob Richards + + * ext/dom/php_dom.c: + add dtor to cleanup iterator related data + +2004-02-17 Ard Biesheuvel + + * ext/interbase/ibase_blobs.c + ext/interbase/ibase_events.c + ext/interbase/interbase.c + ext/interbase/php_ibase_includes.h + ext/interbase/tests/004.phpt: + Fixed unregistered bugs in event handling + Cleaned up some of the code + Removed ISC_QUAD from static initializers because it looks different on + some platforms + + * ext/interbase/tests/004.phpt + ext/interbase/tests/008.phpt: + Added event handling test + CS + +2004-02-17 Wez Furlong + + * ext/gettext/config.w32: + Fix: + +2004-02-17 Rob Richards + + * ext/dom/dom_iterators.c + ext/dom/namednodemap.c + ext/dom/node.c + ext/dom/nodelist.c + ext/dom/php_dom.c + ext/dom/xpath.c: + implement clone functionality to fix segfault + DomNode->clone() creates new doc proxy if document is cloned + remove printf from xpath + fix remaining invalid object state issues + +2004-02-17 Jani Taskinen + + * (PHP_4_3) + NEWS + Zend/zend_list.c: + - Fixed bug #26753 (zend_fetch_list_dtor_id() does not check NULL strings). + +2004-02-17 Georg Richter + + * ext/mysqli/tests/027.phpt: + changed output + +2004-02-17 Stig Bakken + + * pear/PEAR/Frontend/CLI.php: + - apply bold escape codes only if output is going to a terminal/tty + 2004-02-16 Moriyoshi Koizumi * .gdbinit: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b58b526d07..1fb3d659d2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-02-17 Jani Taskinen + + * zend_list.c: + MFB: - Fix bug #26753 (zend_fetch_list_dtor_id() does not check NULL + strings) + 2004-02-16 Derick Rethans * ZEND_CHANGES: -- 2.50.1