Project

General

Profile

Actions

Bug #17559

closed

zlib must be compiled in to make an extension lookup

Added by Martin Kutschker over 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
Start date:
2007-08-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The EM will fail with a PHP error message when zlib is not compiled into PHP. zlib is only optional on the typo3.org requirements page, so the PHP extension must be queried before the EM makes a call to gzfile.

If it is made rrequired the installer must check for it!

(issue imported from #M6208)


Files

6208.diff (619 Bytes) 6208.diff Administrator Admin, 2010-07-07 15:59

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23147: [Install] make a pre-check for required php-extensionsClosedXavier Perseguers2010-07-11

Actions
Actions #1

Updated by Dominik Geyer almost 14 years ago

I just ran into the same issue (using typo3 4.4.0 with self-compiled PHP 5.3.2 without zlib-support). On the page http://typo3.com/System-Requirements.1241.0.html it says "optional". But if you try to install an extension the extension manager shows a blank page and you're not able to access it anymore.

It is because of em_mirrorListURL has the gzipped mirror-list http://repositories.typo3.org/mirrors.xml.gz which tries to call gzfile()

My proposal is:
1) change the documentation (system-requirement): php-zlib-support to REQUIRED instead of OPTIONAL
2) do a quick test on typo3-installation

Actions #2

Updated by Björn Pedersen almost 14 years ago

Is zlib required for unpacking t3x-files?
If yes, then zlib should be required.

If not, I would keep it optional, because you can still install extension by hand. Only the TER-lookup would then be affected. That should then be catchable in the EM.

Actions #3

Updated by Dmitry Dulepov almost 14 years ago

rev 8185 and 8186

Actions

Also available in: Atom PDF