From: Xinchen Hui Date: Fri, 2 Mar 2012 03:36:30 +0000 (+0000) Subject: MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invoke... X-Git-Tag: php-5.5.0alpha1~488 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8ad8fc6f9a38e873403169beafcfbc9f973933e;p=php MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs()) --- diff --git a/NEWS b/NEWS index 7587eb0ebb..2b7a9eaa7c 100644 --- a/NEWS +++ b/NEWS @@ -31,10 +31,6 @@ PHP NEWS - pgsql . Added pg_escape_literal() and pg_escape_identifier() (Yasuo) -- Reflection: - . Fixed bug #60968 (Late static binding doesn't work with - ReflectionMethod::invokeArgs()). (Laruence) - - Array: . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX). (Laruence)