summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPeter Cowburn <salathe@php.net>2011-02-11 22:07:22 +0000
committerPeter Cowburn <salathe@php.net>2011-02-11 22:07:22 +0000
commit14c6cc5b7f67e9254a9e96c2b7ed1c62612bdb46 (patch)
tree58691c95062e45de1dfecc367c2f88ecc457fc9b /UPGRADING
parented2cdf31d3700274ea749d7535849131b4a1871e (diff)
downloadphp-git-14c6cc5b7f67e9254a9e96c2b7ed1c62612bdb46.tar.gz
MFH - Added SplFileInfo::getExtension() (FR #48767)
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index de6127699f..310bcfdb03 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -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()