From: Marcus Boerger <helly@php.net>
Date: Sun, 5 Mar 2006 17:48:47 +0000 (+0000)
Subject: - Update
X-Git-Tag: php-5.1.3RC1~30
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90ae21f310fa6402ed1312ec4cb699f3d870d298;p=php

- Update
---

diff --git a/NEWS b/NEWS
index 95f28fa59a..6c1ddef0a7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,12 @@ PHP                                                                        NEWS
 - Moved extensions to PECL:
   . ext/msession (Derick)
 - Reimplemented FastCGI interface. (Dmitry)
+- Improved SPL: (Marcus)
+  - Fixed issues with not/double calling of constructors of SPL iterators.
+  - Fixed issues with info-class/file-class in SPL directory handling classes.
+  - Fixed ArrayIterator::seek().
+  - Added SimpleXMLElement::count().
+  - Dropped erroneous RecursiveDirectoryIterator::getSubPathInfo().
 - Improved SimpleXML: (Marcus)
   . Added SimpleXMLElement::getName() to retrieve name of element.
   . Added ability to create elements on the fly.