[TYPO3-core] RFC: #12396: BUG: PHP Warning produced by "t3lib_div::flushOutputBuffers"

Steffen Kamper info at sk-typo3.de
Thu Oct 29 19:02:43 CET 2009


Hi,

Michael Klapper schrieb:
> Martin Kutschker schrieb:
>> The idea was to send the header just in case as when it's used as 
>> CGI/module. Perhaps it's better to
>> check if TYPO3 isn't in CLI mode.
> As i know it is not common to send a header at the commandline because 
> there is no "client" which can interpret the send header information.
> 
> Mick

what Masi meant is

if (!TYPO3_cliMode) {
   header('Content-Encoding:·None',·TRUE);
}

vg Steffen


More information about the TYPO3-team-core mailing list