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.