1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00

Add NEWS for bug #62262

This commit is contained in:
Nikita Popov
2012-06-19 18:40:46 +02:00
parent fed1f2d124
commit 5d81fe6f12

4
NEWS
View File

@@ -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)