Actions
Bug #17629
closedIncompability with PHP5.2.0 and functions that use compression libraries...
Start date:
2007-09-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to install an extension:
Fatal error: Call to undefined function gzfile() in class.em_index.php on line 1439
When I try to upload an extension:
Wrong file format. No data recognized, Decoding Error: No decompressor available for compressed content. gzcompress()/gzuncompress() functions are not available!
I susect this is similar to the issue with ID: 0003253
I suspect further more this is related to apache server version: Apache/2.2.3 in conjunction with php5.2.0 cause the compression is not done anymore with mod_gzip but with mod_deflate in apache 2.0.x maybe this is a part of the issue...
(issue imported from #M6399)
Actions