]> granicus.if.org Git - php/commitdiff
Bug #34429 (Output buffering cannot be turned off with FastCGI)
authorDmitry Stogov <dmitry@php.net>
Fri, 9 Dec 2005 16:58:02 +0000 (16:58 +0000)
committerDmitry Stogov <dmitry@php.net>
Fri, 9 Dec 2005 16:58:02 +0000 (16:58 +0000)
sapi/cgi/cgi_main.c

index b563913694cfa20412a5a2b2bbe54d84a2785fce..bbcdc7f7831d502f4cf98a5878cbf453d02272ed 100644 (file)
@@ -1205,6 +1205,8 @@ consult the installation file that came with this distribution, or visit \n\
                                running--;
                        }
                }
+       } else {
+               parent = 0;
        }
 
 #endif /* WIN32 */