]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing...
authorXinchen Hui <laruence@php.net>
Fri, 2 Mar 2012 03:12:15 +0000 (03:12 +0000)
committerXinchen Hui <laruence@php.net>
Fri, 2 Mar 2012 03:12:15 +0000 (03:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index fe058f498d2c7039caefdfc81c1357e6e29a8668..a444fcf0e66192e5defcf288313daff61f07e1de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,6 @@ PHP                                                                        NEWS
   . World domination
 
 - Core:
-  . Fixed bug #61011 (Crash when an exception is thrown by __autoload
-    accessing a static property). (Laruence)
   . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical 
     vars). (Laruence)
   . Fixed bug #60978 (exit code incorrect). (Laruence)