From ed09d26f94ffb96dbaf6750cf19e5e1c5d34cd6a Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 16 Apr 2012 19:23:12 +0800 Subject: [PATCH] change the bug summary --- NEWS | 2 +- ext/session/tests/bug61728.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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-- -- 2.50.1