From: Dmitry Stogov Date: Fri, 9 Dec 2005 17:01:50 +0000 (+0000) Subject: Fixed bug #34429 (Output buffering cannot be turned off with FastCGI) X-Git-Tag: php-5.1.2RC1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5461b5a6b11bd13bb04f324b24440201d3cd6cd5;p=php Fixed bug #34429 (Output buffering cannot be turned off with FastCGI) --- diff --git a/NEWS b/NEWS index e68e15540d..b19d7784da 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,8 @@ PHP NEWS (Nuno, Ilia) - Fixed bug #35028 (SimpleXML object fails FALSE test). (Marcus) - Fixed bug #34729 (Crash in ZTS mode under Apache). (Dmitry, Zeev) +- Fixed bug #34429 (Output buffering cannot be turned off with FastCGI). + (Dmitry, Ilya) - Fixed bug #34359 (Possible crash inside fopen http wrapper). (Ilia,Sara,Nuno) - Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if display_startup_error is off). (Ilia) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 8abb7615b0..dd509003d5 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1248,6 +1248,8 @@ consult the installation file that came with this distribution, or visit \n\ running--; } } + } else { + parent = 0; } #endif /* WIN32 */