]> granicus.if.org Git - php/commitdiff
Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.
authorSebastian Bergmann <sebastian@php.net>
Wed, 16 Sep 2009 17:24:46 +0000 (17:24 +0000)
committerSebastian Bergmann <sebastian@php.net>
Wed, 16 Sep 2009 17:24:46 +0000 (17:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index eceae54d80ea9ee326e5181d40799a5b3a237ca2..60da3f5a1adeb6172ca90bf2036c5c940aaddeeb 100644 (file)
--- 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)