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

diff --git a/NEWS b/NEWS
index e68e15540df2ad19d63b745bed5186d35e3a104b..b19d7784dafd7d273f3173e78a5194a02b5bd091 100644 (file)
--- 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)
index 8abb7615b035231e8077c37cdf570120b580f892..dd509003d5d9c3b450e2ec5d14b0985379dea1ea 100644 (file)
@@ -1248,6 +1248,8 @@ consult the installation file that came with this distribution, or visit \n\
                                running--;
                        }
                }
+       } else {
+               parent = 0;
        }
 
 #endif /* WIN32 */