summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-04-03 23:56:26 +0000
committerFelipe Pena <felipe@php.net>2009-04-03 23:56:26 +0000
commit405e507c16b05292e348fd63bd7fa898b32ce3a3 (patch)
treea74b37eefdeb21cb67eaaac50eaa3452889b6b83
parent0f5c395ba15afd31b4ec3753efc584e679e68a43 (diff)
downloadphp-git-405e507c16b05292e348fd63bd7fa898b32ce3a3.tar.gz
- Added new Reflection methods
-rwxr-xr-xUPGRADING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index accc53b4be..5fd53de019 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -391,6 +391,13 @@ UPGRADE NOTES - PHP 5.3
DateTime::getLastErrors()
- PDO_Firebird: PDO::setAttribute()
- Reflection: ReflectionProperty::setAccessible()
+ ReflectionFunction::getClosureThis()
+ ReflectionFunction::inNamespace()
+ ReflectionFunction::getNamespaceName()
+ ReflectionFunction::getShortName()
+ ReflectionClass::inNamespace()
+ ReflectionClass::getNamespaceName()
+ ReflectionClass::getShortName()
- XSL: XSLTProcessor::setProfiling()
h. New class constants