summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2007-03-16 01:31:11 +0000
committer <changelog@php.net>2007-03-16 01:31:11 +0000
commit0069a2cd2ed53736490463b7495aaa301340f7c6 (patch)
treed1193f53efd56838f32dd5778f0e6cf97c241129
parent98c6f184b24ab3415c2b138a663b1a77bf45d0c5 (diff)
downloadphp-git-0069a2cd2ed53736490463b7495aaa301340f7c6.tar.gz
ChangeLog update
-rw-r--r--ChangeLog30
-rw-r--r--Zend/ChangeLog17
2 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e8125ef21..6f34403841 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2007-03-15 Antony Dovgal <antony@zend.com>
+
+ * (PHP_4_4)
+ NEWS
+ ext/curl/curl.c:
+ fix #40831 (cURL extension doesn't clean up the buffer of reused handle)
+
+ * (PHP_5_2)
+ ext/interbase/ibase_query.c:
+ fix #40805 (Failure executing function ibase_execute())
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ZendEngine2/zend.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/tests/bug40815.phpt:
+ fix #40815 (using strings like "class::func" and static methods in
+ set_exception_handler() might result in crash)
+
+ * ZendEngine2/tests/bug40815.phpt
+ ZendEngine2/tests/bug40815.phpt:
+
+ new test
+
+ * ZendEngine2/zend.c:
+ reset the exception if it's still NULL
+
2007-03-14 Antony Dovgal <antony@zend.com>
* (PHP_5_2)
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 0ece6a212c..b9089b2864 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,20 @@
+2007-03-15 Antony Dovgal <antony@zend.com>
+
+ * (PHP_5_2)
+ zend.c
+ zend_execute_API.c
+ tests/bug40815.phpt:
+ fix #40815 (using strings like "class::func" and static methods in
+ set_exception_handler() might result in crash)
+
+ * tests/bug40815.phpt
+ tests/bug40815.phpt:
+
+ new test
+
+ * zend.c:
+ reset the exception if it's still NULL
+
2007-03-14 Antony Dovgal <antony@zend.com>
* (PHP_5_2)