From: Nikita Popov Date: Tue, 19 Jun 2012 16:40:46 +0000 (+0200) Subject: Add NEWS for bug #62262 X-Git-Tag: php-5.3.15RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d81fe6f12eaa35a9dd9b968bd778ce24d50fffa;p=php Add NEWS for bug #62262 --- diff --git a/NEWS b/NEWS index 0f2dc7e628..79b7325626 100644 --- 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)