summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-03-05 17:48:47 +0000
committerMarcus Boerger <helly@php.net>2006-03-05 17:48:47 +0000
commit90ae21f310fa6402ed1312ec4cb699f3d870d298 (patch)
tree2e6747cd2b1493af8f12664ab1698d94083410ec
parent7dc322754a698bb716ebb6fcdfb8b8842e12d918 (diff)
downloadphp-git-90ae21f310fa6402ed1312ec4cb699f3d870d298.tar.gz
- Update
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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.