]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #60573 (type hinting with "self" keyword causes weird errors)
authorXinchen Hui <laruence@php.net>
Fri, 2 Mar 2012 03:32:12 +0000 (03:32 +0000)
committerXinchen Hui <laruence@php.net>
Fri, 2 Mar 2012 03:32:12 +0000 (03:32 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1aa054655a14456c37d881f11c86a4aa7f6af59c..7587eb0ebb2e6d7b804b3357ab2490ec72e55f84 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,6 @@ PHP                                                                        NEWS
 - General improvements:
   . World domination
 
-- Core:
-  . Fixed bug #60573 (type hinting with "self" keyword causes weird errors).
-    (Laruence)
-
 - cURL:
   . Added support for CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_APPEND, 
     CURLOPT_DIRLISTONLY, CURLOPT_NEW_DIRECTORY_PERMS, CURLOPT_NEW_FILE_PERMS,