updated NEWS
authorAnatoliy Belsky <ab@php.net>
Thu, 10 May 2012 13:56:50 +0000 (15:56 +0200)
committerAnatoliy Belsky <ab@php.net>
Thu, 10 May 2012 13:56:50 +0000 (15:56 +0200)
NEWS

diff --git a/NEWS b/NEWS
index cb00f7a2734a94483bb621c5ca735939ffc41358..371753792f9a4505afa6eafaaab64f947bffb3bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ PHP                                                                        NEWS
   . Fixed bug #61605 (header_remove() does not remove all headers). (Laruence)
   . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
     set to null). (Anatoliy)
+  . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
 
 - FPM
   . Fixed bug #61812 (Uninitialised value used in libmagic).