From 405e507c16b05292e348fd63bd7fa898b32ce3a3 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 3 Apr 2009 23:56:26 +0000 Subject: [PATCH] - Added new Reflection methods --- UPGRADING | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.50.1