]> granicus.if.org Git - php/commitdiff
change the bug summary
authorXinchen Hui <laruence@php.net>
Mon, 16 Apr 2012 11:23:12 +0000 (19:23 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 16 Apr 2012 11:23:12 +0000 (19:23 +0800)
NEWS
ext/session/tests/bug61728.phpt

diff --git a/NEWS b/NEWS
index 2b65382b232e96b4c5a9a62694926a273f27eb1e..2eafb98f70a1c0e1f178e65d1a5563f73e3e8709 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ PHP                                                                        NEWS
 (merge after 5.3.11 release)
 
 - Core:
-  . Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx). (Laruence)
+  . Fixed bug #61728 (PHP crash when calling ob_start in request_shutdown phase). (Laruence)
   . Fixed bug #61660 (bin2hex(hex2bin($data)) != $data). (Nikita Popov)
   . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
     (without apache2)). (Laruence)
index 30b876ea0c6c439e4a25f2fbc85bfd3c8fd68fe9..3f8dbeb58ae7a93edd114320bfe13ec4531c0040 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #61728 (php-fpm SIGSEGV running friendica on nginx)
+Bug #61728 (PHP crash when calling ob_start in request_shutdown phase)
 --SKIPIF--
 <?php include('skipif.inc'); ?>
 --FILE--