From 8a9e2f5849d52f21d3f35e05c728cadcfc31e769 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 16 Sep 2009 17:24:46 +0000 Subject: [PATCH] Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes. --- NEWS | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.50.1