I undestood the problem.
You run PHP without PHP_FCGI_CHILDREN, so PHP doesn't spawn additional
processes (old php version spawned 8 processes by default).

I fixed the bug in proper way in CVS HEAD, PHP_5_1 and PHP_5_0.

Thanks. Dmitry.

> -----Original Message-----
> From: Michael Wallner [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 09, 2005 6:41 PM
> To: internals@lists.php.net
> Subject: Re: [PHP-DEV] [PATCH] bug #34429 - Output buffering 
> cannot be turnedoffwithFastCGI
> 
> 
> Hi Dmitry Stogov, you wrote:
> 
> > Sorry. What do you like to commit?
> > flush() works without any patches for me.
> 
> Well, sorry too then.  Seems that we misunderstood each 
> other. I don't know anything about ZendStuff, but PHP fcgi 
> won't flush without that patch.
> 
> Regards,
> -- 
> Michael - <mike(@)php.net> 
> http://dev.iworks.at/ext-http/http-functions.html.gz
> 
> -- 
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to