diff options
author | Peter Cowburn <salathe@php.net> | 2011-02-11 22:07:22 +0000 |
---|---|---|
committer | Peter Cowburn <salathe@php.net> | 2011-02-11 22:07:22 +0000 |
commit | 14c6cc5b7f67e9254a9e96c2b7ed1c62612bdb46 (patch) | |
tree | 58691c95062e45de1dfecc367c2f88ecc457fc9b /UPGRADING | |
parent | ed2cdf31d3700274ea749d7535849131b4a1871e (diff) | |
download | php-git-14c6cc5b7f67e9254a9e96c2b7ed1c62612bdb46.tar.gz |
MFH - Added SplFileInfo::getExtension() (FR #48767)
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -670,7 +670,9 @@ UPGRADE NOTES - PHP 5.3 ReflectionClass::inNamespace() ReflectionClass::getNamespaceName() ReflectionClass::getShortName() - - SPL SplObjectStorage::addAll() + - SPL: DirectoryIterator::getExtension() + SplFileObject::getExtension() + SplObjectStorage::addAll() SplObjectStorage::removeAll() - XSL: XSLTProcessor::setProfiling() |