From: Dmitry Stogov Date: Fri, 9 Dec 2005 16:58:02 +0000 (+0000) Subject: Bug #34429 (Output buffering cannot be turned off with FastCGI) X-Git-Tag: RELEASE_1_0_4~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34bc5d7d41a058942bbb334259b555f21afa0e6d;p=php Bug #34429 (Output buffering cannot be turned off with FastCGI) --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index b563913694..bbcdc7f783 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1205,6 +1205,8 @@ consult the installation file that came with this distribution, or visit \n\ running--; } } + } else { + parent = 0; } #endif /* WIN32 */