Project

General

Profile

Actions

Bug #17629

closed

Incompability with PHP5.2.0 and functions that use compression libraries...

Added by Linus brand about 17 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
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 #1

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.

Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF