diff options
author | Etienne Kneuss <colder@php.net> | 2008-11-19 02:00:53 +0000 |
---|---|---|
committer | Etienne Kneuss <colder@php.net> | 2008-11-19 02:00:53 +0000 |
commit | 3919b16f041a50ab279c02c5eabfa0483dbfb0d0 (patch) | |
tree | 37e5b1b9e5be276bddc38ce1ac6956f1fe005b2a /NEWS | |
parent | 202426a1fbff9cbc29bec564ddb29a2972e90e69 (diff) | |
download | php-git-3919b16f041a50ab279c02c5eabfa0483dbfb0d0.tar.gz |
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |