Actions
Bug #19700
closedgzip compression does not work in BE
Start date:
2008-12-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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). Therefore compression never works.
The solution is to use PHP built-in output compression handler, which is faster anyway.
(issue imported from #M9947)
Files
Actions