diff options
author | Marcus Boerger <helly@php.net> | 2006-03-05 17:48:47 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-03-05 17:48:47 +0000 |
commit | 90ae21f310fa6402ed1312ec4cb699f3d870d298 (patch) | |
tree | 2e6747cd2b1493af8f12664ab1698d94083410ec | |
parent | 7dc322754a698bb716ebb6fcdfb8b8842e12d918 (diff) | |
download | php-git-90ae21f310fa6402ed1312ec4cb699f3d870d298.tar.gz |
- Update
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |