Index: ChangeLog =================================================================== --- ChangeLog (revision 4887) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2009-01-30 Thomas Hempel + + * Fixed bug #10256: gzip_encode not found error in file_list.php in 4.2.4 and 4.2.5 (backport from trunk patch by Dmitry Dulepov) + 2009-01-30 Francois Suter * Fixed bug #10304: Links in the warning box are not visible as links (thanks to Georg Ringer) Index: typo3/file_list.php =================================================================== --- typo3/file_list.php (revision 4887) +++ typo3/file_list.php (working copy) @@ -380,8 +380,4 @@ $SOBE->main(); $SOBE->printContent(); - -if ($TYPO3_CONF_VARS['BE']['compressionLevel']) { - new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']); -} ?> Index: typo3/mod/web/perm/index.php =================================================================== --- typo3/mod/web/perm/index.php (revision 4887) +++ typo3/mod/web/perm/index.php (working copy) @@ -853,8 +853,4 @@ $SOBE->main(); $SOBE->printContent(); -if ($TYPO3_CONF_VARS['BE']['compressionLevel']) { - new gzip_encode($TYPO3_CONF_VARS['BE']['compressionLevel']); -} - ?>