Yasuo Ohgaki wrote:
> Edin Kadribasic wrote:
> 
>>Again, CLI does nothing but enable implicit_flush. Try enabling it
>>in your php.ini and cgi and apache will be broken in the same way.
>>
> 
> 
> I'll take a look at CLI SAPI, then...
> It may be easy to find what's wrong thanks to your example.
> 
> User shouldn't enable implicit_flush for normal operation
> as commentted for a long time. It's only for debugging.
> 
> User should use use ob_implicit_flush() instead.

Fixed.

>From current php.ini-dist

; Implicit flush tells PHP to tell the output layer to flush itself
; automatically after every output block.  This is equivalent to calling the
; PHP function flush() after each and every call to print() or echo()
and each
; and every HTML block.  Turning this option on has serious performance
; implications and is generally recommended for debugging purposes only.


--
Yasuo Ohgaki


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

Reply via email to