]> granicus.if.org Git - php/commitdiff
Update NEWS & Fixed test
authorXinchen Hui <laruence@gmail.com>
Wed, 23 Dec 2015 16:13:13 +0000 (08:13 -0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 23 Dec 2015 16:13:13 +0000 (08:13 -0800)
NEWS
ext/spl/tests/bug71204.phpt

diff --git a/NEWS b/NEWS
index 50a6bbf1e02734ac119bf92df17bb5f42059abe4..e8712580837b7ac6a5ac58436158d17f640904df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP                                                                        NEWS
   . Added support for new HTTP 451 code. (Julien)
 
 - SPL:
+  . Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading).
+    (Laruence)
   . Fixed bug #71202 (Autoload function registered by another not activated
     immediately). (Laruence)
 
index 01a9f3bcaf2ffd86c20a98e0e0b784745b6053c4..64fa13bfb13ac0a1dc97bf8bbb74ca88fd14a7db 100644 (file)
@@ -13,4 +13,7 @@ spl_autoload_register(function ($name) {
 new A();
 ?>
 --EXPECTF--
-Fatal error: Cannot destroy active lambda function in %sbug71204.php on line %d
+Fatal error: Uncaught Error: Class 'A' not found in %sbug71204.php:%d
+Stack trace:
+#0 {main}
+  thrown in %sbug71204.php on line %d