Actions
Bug #25388
closedFix Extension Download with compressionLevel
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
To clear output buffers, the utility function t3lib_div::cleanOutputBuffers() has to be used. Otherwise things break with compressionLevel enabled.
This change replaces the ob_end_clean() call in the Extension download process, which did not work, as crap is sent to the user agent.
(issue imported from #M18029)
Files
Actions