This commit is contained in:
Felipe Pena 2012-04-19 23:23:59 -03:00
parent d2798c6035
commit bca2d6b985

2
NEWS
View File

@ -44,6 +44,8 @@ PHP NEWS
. Fixed bug #60573 (type hinting with "self" keyword causes weird errors).
(Laruence)
. Fixed bug #60569 (Nullbyte truncates Exception $message). (Ilia)
. Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
set to null). (Anatoliy)
. Fixed bug #52719 (array_walk_recursive crashes if third param of the
function is by reference). (Nikita Popov)
. Improve performance of set_exception_handler while doing reset (Laruence)