]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Tue, 25 Jun 2013 05:39:31 +0000 (13:39 +0800)
committerXinchen Hui <laruence@php.net>
Tue, 25 Jun 2013 05:39:31 +0000 (13:39 +0800)
NEWS

diff --git a/NEWS b/NEWS
index a777e8d7f3625fa86598596c819eb00d1f1a4365..ee3d858e69a292c993ef44b1d3a49a4694d2a4e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ PHP                                                                        NEWS
   . Fixed bug #65108 (is_callable() triggers Fatal Error). 
     (David Soria Parra, Laruence)
 
-OPcache
+OPcache
   . OPcache must be compatible with LiteSpeed SAPI (Dmitry)
 
 - CLI server:
@@ -30,6 +30,10 @@ OPcache
   . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
     (Damjan Cvetko)
 
+- SPL:
+  . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator
+    /Spl(Temp)FileObject ctor twice). (Laruence)
+
 20 Jun 2013, PHP 5.5.0
 
 - Core: