Zeev Suraski wrote:
> At 13:26 03/10/2002, Yasuo Ohgaki wrote:
> 
>> It may not flush as user expected. It is depends on how each buffers
>> treat data. For instance, a handler may need 1024 bytes before output
>> anything.
> 
> 
> I'm not sure what you're talking about really.  implicit_flush should 
> effect ONLY what happens in the unbuffered_output_function SAPI handler, 
> which is called only when we actually write output to the web server.  
> It is not, and cannot be related to output buffers.

Ok. My interpretation of implicit_flush was different from others.

> 
>> Anyway, I'm not big fun of implicit flush and removing the feature
>> is ok to me, too.
> 
> 
> That's fine and dandy, except this feature is very useful, so removing 
> it is not ok with me at all.  Let's keep it as it was intended.

I've committed new patch ignores PG(implicit_flush), now everyone
should be happy :)

It may not work if some buffer(s) require long or whole contents.
ob_implicit_flush() is made work in most cases.

--
Yasuo Ohgaki



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

Reply via email to