felipe Fri Apr 3 23:56:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src UPGRADING Log: - Added new Reflection methods http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.2&r2=1.1.2.3.2.1.2.3&diff_format=u Index: php-src/UPGRADING diff -u php-src/UPGRADING:1.1.2.3.2.1.2.2 php-src/UPGRADING:1.1.2.3.2.1.2.3 --- php-src/UPGRADING:1.1.2.3.2.1.2.2 Sat Mar 28 01:29:14 2009 +++ php-src/UPGRADING Fri Apr 3 23:56:26 2009 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.2.3.2.1.2.2 2009/03/28 01:29:14 lbarnaud Exp $ +$Id: UPGRADING,v 1.1.2.3.2.1.2.3 2009/04/03 23:56:26 felipe Exp $ UPGRADE NOTES - PHP 5.3 @@ -391,6 +391,13 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php