diff options
author | Dmitry Stogov <dmitry@php.net> | 2005-12-09 17:01:50 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2005-12-09 17:01:50 +0000 |
commit | 5461b5a6b11bd13bb04f324b24440201d3cd6cd5 (patch) | |
tree | e2d2e2c13f57a6da173f3f8f2d36a7edeb4552e6 /sapi | |
parent | eef44c609bdc848c510d159e15561c9bd7ce42c0 (diff) | |
download | php-git-5461b5a6b11bd13bb04f324b24440201d3cd6cd5.tar.gz |
Fixed bug #34429 (Output buffering cannot be turned off with FastCGI)
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |