]> granicus.if.org Git - php/commitdiff
- Update
authorMarcus Boerger <helly@php.net>
Sun, 5 Mar 2006 17:48:47 +0000 (17:48 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 5 Mar 2006 17:48:47 +0000 (17:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 95f28fa59ab217debdde5c5c913a4de168c33a02..6c1ddef0a7132af8916ec094aaea1537185e1da0 100644 (file)
--- 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.