From: Xinchen Hui Date: Fri, 2 Mar 2012 03:12:15 +0000 (+0000) Subject: MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing... X-Git-Tag: php-5.5.0alpha1~492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89b07b3a201c124c10f2806778f1f0b5bb67dc89;p=php MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property) --- diff --git a/NEWS b/NEWS index fe058f498d..a444fcf0e6 100644 --- 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)