[TYPO3-core] RFC #12498: t3lib_div::flushOutputBuffers can't work

Steffen Gebert steffen at steffen-gebert.de
Fri Nov 6 23:40:51 CET 2009


Am 06.11.2009, 23:31 Uhr, schrieb Martin Kutschker  
<masi-no at spam-typo3.org>:

>> Solution:
>> Use ob_get_clean() to get the buffer's contents, send the header and
>> then print it out.
>
> What happens if you simple reverse the order?
>
> header('Content-Encoding: None', TRUE);
> while (ob_get_level()) {
>   ob_end_flush();
> }

Then it does not work.

Steffen


More information about the TYPO3-team-core mailing list