[TYPO3-core] FYI72: #9947: gzip compression does not work in BE at all

Martin Kutschker masi-no at spam-typo3.org
Mon Dec 15 15:15:47 CET 2008


Dmitry Dulepov schrieb:
> Hi!
> 
> This is SVN patch request.
> 
> Type: bug
> 
> Branches: trunk, 4.2, 4.1
> 
> BT reference: http://bugs.typo3.org/view.php?id=9947
> 
> Problem: typo3/init.php includes class.gzip_compress.php but this is not enough. According to instructions in class.gzip_encode.php there must be another call, which is neither made, nor possible with BE architecture (it is not a problem in FE).

ob_start may take a handler that may change the content on the fly when
the buffer is flushed and sent to the client. Maybe any necessary calls
can be made there.

Masi


More information about the TYPO3-team-core mailing list