From: Date: Sat, 23 Jul 2005 05:39:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84f28ce6c1015c3dba279e5c39e30e53033e20c6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 110e0f524b..e1fd703321 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2005-07-22 Jani Taskinen + + * ext/pgsql/config.m4: + revert fix that did not fix anything + +2005-07-22 Yasuo Ohgaki + + * ext/pgsql/config.m4: + fix build with older postgresql + +2005-07-22 Anantha Kesari H Y + + * (PHP_5_0) + main/php_syslog.h: + NetWare can make use of Autoconf based build + +2005-07-22 Dmitry Stogov + + * tests/lang/bug25922.phpt + tests/lang/bug25922.phpt: + $context is not longer passed by reference, so its modification has no + effect + + * ZendEngine2/tests/bug33802.phpt + ZendEngine2/tests/bug33802.phpt: + + Fixed bug #33802 (throw Exception in error handler causes crash) + + * NEWS + NEWS + ZendEngine2/zend.c + ZendEngine2/zend.c + ZendEngine2/tests/bug33802.phpt: + Fixed bug #33802 (throw Exception in error handler causes crash) + 2005-07-21 Marcus Boerger * ZendEngine2/zend_execute_API.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d07ab61ca4..b39ab33d01 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2005-07-22 Dmitry Stogov + + * zend.c + zend.c + tests/bug33802.phpt + tests/bug33802.phpt + tests/bug33802.phpt: + Fixed bug #33802 (throw Exception in error handler causes crash) + 2005-07-21 Marcus Boerger * zend_execute_API.c: