]> granicus.if.org Git - php/commitdiff
- Fix
authorMarcus Boerger <helly@php.net>
Fri, 10 Mar 2006 22:18:25 +0000 (22:18 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 10 Mar 2006 22:18:25 +0000 (22:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7ce12fa8da3394741cf836cd56b67b06f71fd665..d0ca9a72f8c8955bc09baf1c93d6de9c8907046d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ PHP                                                                        NEWS
   - 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().
+  - Added SimpleXMLIterator::count().
   - Dropped erroneous RecursiveDirectoryIterator::getSubPathInfo().
 - Improved SimpleXML: (Marcus, Rob)
   . Added SimpleXMLElement::getName() to retrieve name of element.