summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2012-06-19 18:40:46 +0200
committerNikita Popov <nikic@php.net>2012-06-19 18:40:46 +0200
commit5d81fe6f12eaa35a9dd9b968bd778ce24d50fffa (patch)
tree70bb23123b0ecd91194636b9a6df9793c3d840d9
parentfed1f2d12447227947bb8c6ba27eca45f244f498 (diff)
downloadphp-git-5d81fe6f12eaa35a9dd9b968bd778ce24d50fffa.tar.gz
Add NEWS for bug #62262
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)