From: Sebastian Bergmann Date: Wed, 16 Sep 2009 17:24:46 +0000 (+0000) Subject: Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes. X-Git-Tag: php-5.4.0alpha1~191^2~2648 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a9e2f5849d52f21d3f35e05c728cadcfc31e769;p=php Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes. --- diff --git a/NEWS b/NEWS index eceae54d80..60da3f5a1a 100644 --- a/NEWS +++ b/NEWS @@ -45,8 +45,6 @@ PHP NEWS (Sara) - Added stream_resolve_include_path() function which checks which file fopen() with a relative path will open. (Sara) -- Added ReflectionMethod::setAccessible() for invoking non-public methods - through the Reflection API. (Sebastian) - Fixed bug #46647 (SplFileObject::fgetcsv segfaults). (Etienne) - Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike)