From: Date: Tue, 19 Apr 2005 00:35:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~484 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aee0f87ccda04fa39e6863dccedc6a80a4efc132;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ed56b17e6c..c9a77925b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2005-04-18 Rob Richards + + * (PHP_5_0) + NEWS: + BFN + + * (PHP_5_0) + ext/dom/node.c + ext/dom/tests/bug32615.phpt: + MFH: Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no + children + update test + + * ext/dom/node.c + ext/dom/tests/bug32615.phpt: + Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no + children + update test + +2005-04-18 Andrey Hristov + + * ext/ncurses/ncurses_functions.c: + don't null it - let the engine do its magic ;) + +2005-04-18 Wez Furlong + + * ext/com_dotnet/com_handlers.c: + merge bug fixes from branch + + * (PHP_5_0) + NEWS + ext/com_dotnet/com_handlers.c: + Fix bugs #29583 and #31636 + +2005-04-18 Anantha Kesari H Y + + * configure.in: + PHP_OS and PHP_UNAME need to be hardcoded for cross builds + +2005-04-18 Dmitry Stogov + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_execute.c: + Fixed memory leak in debug_backtrace() + +2005-04-18 Georg Richter + + * ext/mysqli/mysqli.c: + cursor support for 5.0.4 (STMT_ATTR_CURSOR_TYPE changed to enum) + +2005-04-18 Ilia Alshanetsky + + * ext/com_dotnet/com_dotnet.c + ext/com_dotnet/com_persist.c: + removed unused vars. + 2005-04-17 Marcus Boerger * tests/classes/property_exists.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index caebb95d22..924b9733ae 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2005-04-18 Dmitry Stogov + + * zend_builtin_functions.c + zend_builtin_functions.c + zend_execute.c: + Fixed memory leak in debug_backtrace() + 2005-04-17 Marcus Boerger * zend_builtin_functions.c: