]> granicus.if.org Git - php/commitdiff
Add NEWS for bug #62262
authorNikita Popov <nikic@php.net>
Tue, 19 Jun 2012 16:40:46 +0000 (18:40 +0200)
committerNikita Popov <nikic@php.net>
Tue, 19 Jun 2012 16:40:46 +0000 (18:40 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 0f2dc7e628385047831963aa2d74e63d64754cb1..79b7325626fb1b1b5cd2dcbddc54251879dd974c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,10 @@ PHP                                                                        NEWS
   . Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks 
     with constant). (Laruence)
 
+- SPL:
+  . Fixed bug #62262 (RecursiveArrayIterator does not implement Countable).
+    (Nikita Popov)
+
 - XML Writer:
   . Fixed bug #62064 (memory leak in the XML Writer module). 
     (jean-pierre dot lozi at lip6 dot fr)