summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-21 21:57:58 +0000
committerfoobar <sniper@php.net>2003-05-21 21:57:58 +0000
commit0840b0ccf05a3bb6fbb9c878eae2fa05f15724fd (patch)
tree7e1ff7b443d8137c30dddaad2a8cd505c8bc5df2
parent237bf7a69c36a5ee169db8e889d220be89479fbe (diff)
downloadphp-git-0840b0ccf05a3bb6fbb9c878eae2fa05f15724fd.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36c7fc29db..a4579865c6 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,8 @@ PHP 4 NEWS
(Uwe)
- Fixed bug #23661 (mysql_fetch_array() gives no warning when an invalid
argument was passed as result_type). (Derick)
+- Fixed bug #23619 (set_error_handler() registered handler not called for
+ object instances). (Jani, waboring@qualys.com)
- Fixed bug #23606 (Unable to build --with-db4 (db4.1.25)). (Marcus)
- Fixed bug #23567 (pfsockopen() returns dead connections). (Wez)
- Fixed bug #23539 (curl_exec() produces strange results). (daniel@haxx.se)