Commit:    ed09d26f94ffb96dbaf6750cf19e5e1c5d34cd6a
Author:    Xinchen Hui <larue...@php.net>         Mon, 16 Apr 2012 19:23:12 
+0800
Parents:   3b42f184cdcf512fdc1f944052bfa296f17a035f
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=ed09d26f94ffb96dbaf6750cf19e5e1c5d34cd6a

Log:
change the bug summary

Changed paths:
  M  NEWS
  M  ext/session/tests/bug61728.phpt


Diff:
diff --git a/NEWS b/NEWS
index 2b65382..2eafb98 100644
--- 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)
diff --git a/ext/session/tests/bug61728.phpt b/ext/session/tests/bug61728.phpt
index 30b876e..3f8dbeb 100644
--- a/ext/session/tests/bug61728.phpt
+++ b/ext/session/tests/bug61728.phpt
@@ -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--


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to