output bufffering issue in 4.3?

php.internals

George Schlossnagle

22 years ago
Poking through the output buffering code, it seems like the only way to force a sapi_flush() is to have implicit_flush set to true. Is this correct? Is this intended? It seems like ob_flush() should trigger sapi_flush(), at least if you're at the top level of buffers. George

George Schlossnagle

22 years ago
George Schlossnagle wrote:
> Poking through the output buffering code, it seems like the only way > to force a sapi_flush() is to have implicit_flush set to true. Is > this correct? Is this intended? It seems like ob_flush() should > trigger sapi_flush(), at least if you're at the top level of buffers.
In asnwer to my own questions (thanks Zeev): 'Yes.', 'Yes.', and 'Use flush().' George