Project

General

Profile

Actions

Bug #16044

closed

Wrong parameters in implode function

Added by Jan Bednarik about 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
Start date:
2006-04-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

There's a bug in typo3/mod/tools/em/class.em_index.php.

On line 1391 there's a call:
$mirrors = implode(gzfile($mfile));
and on 1423 there's
$content .= $this->xmlhandler->parseExtensionsXML(implode(gzfile(...)));

Which is obviously wrong, as implode function needs 2 params.

Strange is, that with PHP5 everything works OK, but with PHP 4.1.x it doesn't work.

(issue imported from #M3253)

Actions

Also available in: Atom PDF