From: Marcus Boerger Date: Fri, 10 Mar 2006 22:18:25 +0000 (+0000) Subject: - Fix X-Git-Tag: php-5.1.3RC2~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79a968b21e7f3c4f8d04c6d07c36a6ee574ca3af;p=php - Fix --- diff --git a/NEWS b/NEWS index 7ce12fa8da..d0ca9a72f8 100644 --- 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.