summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2008-03-20 00:55:26 +0000
committerDavid Soria Parra <dsp@php.net>2008-03-20 00:55:26 +0000
commitbb4e8b10e3f4e86a99d39df6340648f063e65e3d (patch)
tree0ea9515096192945d6ed40f5b3d07a81f2d1f989 /NEWS
parentbc8c6498780fe45e4ed24a0eaa83caa684a84f46 (diff)
downloadphp-git-bb4e8b10e3f4e86a99d39df6340648f063e65e3d.tar.gz
MFH: Fix bug #44487 (call_user_method_array issues a warning when throwing an exception).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 629e0121d3..f7898b0da0 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ PHP NEWS
again...). (Felipe)
- Fixed bug #41828 (Failing to call RecursiveIteratorIterator::__construct()
causes a sefault). (Etienne)
+- Fixed bug #44487 (call_user_method_array issues a warning when throwing
+ an exception). (David Soria Parra)
06 Mar 2008, PHP 5.2.6RC2
- Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags).