unread
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
unread
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 likeob_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