]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invoke...
authorXinchen Hui <laruence@php.net>
Fri, 2 Mar 2012 03:36:30 +0000 (03:36 +0000)
committerXinchen Hui <laruence@php.net>
Fri, 2 Mar 2012 03:36:30 +0000 (03:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7587eb0ebb2e6d7b804b3357ab2490ec72e55f84..2b7a9eaa7cc4ebfea22018cea851adfd8d09abed 100644 (file)
--- 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)