From: Xinchen Hui Date: Mon, 16 Apr 2012 11:23:12 +0000 (+0800) Subject: change the bug summary X-Git-Tag: php-5.4.4RC1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed09d26f94ffb96dbaf6750cf19e5e1c5d34cd6a;p=php change the bug summary --- diff --git a/NEWS b/NEWS index 2b65382b23..2eafb98f70 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 30b876ea0c..3f8dbeb58a 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-- --FILE--