Bug #17629
closedIncompability with PHP5.2.0 and functions that use compression libraries...
0%
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)
Updated by Martin Kutschker about 17 years ago
PHP's gzip() has nothing to do with the Apache web server. It seems that your PHP has not enabled the necessary gzlib extension that's all.