summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEtienne Kneuss <colder@php.net>2008-11-19 02:00:53 +0000
committerEtienne Kneuss <colder@php.net>2008-11-19 02:00:53 +0000
commit3919b16f041a50ab279c02c5eabfa0483dbfb0d0 (patch)
tree37e5b1b9e5be276bddc38ce1ac6956f1fe005b2a /NEWS
parent202426a1fbff9cbc29bec564ddb29a2972e90e69 (diff)
downloadphp-git-3919b16f041a50ab279c02c5eabfa0483dbfb0d0.tar.gz
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4f9c9260c..c17d1d1049 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,8 @@ PHP NEWS
endian systems). (Scott)
- Fixed bug #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is
executed). (Johannes)
+- Fixed bug #46241 (stacked error handlers, error handling in genera).
+ (Etienne)
- Fixed bug #46238 (Segmentation fault on static call with empty string method).
(Felipe)
- Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown).