]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 23 Jul 2005 05:39:09 +0000 (05:39 +0000)
committer <changelog@php.net> <>
Sat, 23 Jul 2005 05:39:09 +0000 (05:39 +0000)
ChangeLog
Zend/ChangeLog

index 110e0f524b3809d7a170cd6dea0d6251ec491322..e1fd70332198b0291454b718163f234fa9b22578 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2005-07-22  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/pgsql/config.m4:
+      revert fix that did not fix anything
+
+2005-07-22  Yasuo Ohgaki  <yohgaki@ohgaki.net>
+
+    * ext/pgsql/config.m4:
+      fix build with older postgresql
+
+2005-07-22  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * (PHP_5_0)
+      main/php_syslog.h:
+      NetWare can make use of Autoconf based build
+
+2005-07-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_execute_API.c:
index d07ab61ca4a03914846f191afbe196f212cbc90d..b39ab33d01cd2cd28496ce65e4d8e3a5e553f7dd 100644 (file)
@@ -1,3 +1,12 @@
+2005-07-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_execute_API.c: