sebastian Sun Nov 30 10:33:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: Update ReflectionProperty::setAccessible() entry. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.393&r2=1.2027.2.547.2.965.2.394&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.393 php-src/NEWS:1.2027.2.547.2.965.2.394 --- php-src/NEWS:1.2027.2.547.2.965.2.393 Fri Nov 28 14:20:57 2008 +++ php-src/NEWS Sun Nov 30 10:33:09 2008 @@ -402,7 +402,8 @@ - Added array_replace() and array_replace_recursive() functions. (Matt) - Added ReflectionProperty::setAccessible() method that allows non-public - property's values to be read through ::getValue(). (Derick) + property's values to be read through ::getValue() and set through + ::setValue(). (Derick, Sebastian) - Added msg_queue_exists() function to sysvmsg extension. (Benjamin Schulz) - Added Firebird specific attributes that can be set via PDO::setAttribute() to control formatting of date/timestamp columns: PDO::FB_ATTR_DATE_FORMAT,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php