diff options
author | Felipe Pena <felipe@php.net> | 2009-04-03 23:56:26 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2009-04-03 23:56:26 +0000 |
commit | 405e507c16b05292e348fd63bd7fa898b32ce3a3 (patch) | |
tree | a74b37eefdeb21cb67eaaac50eaa3452889b6b83 | |
parent | 0f5c395ba15afd31b4ec3753efc584e679e68a43 (diff) | |
download | php-git-405e507c16b05292e348fd63bd7fa898b32ce3a3.tar.gz |
- Added new Reflection methods
-rwxr-xr-x | UPGRADING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |