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
Updated by Steffen Gebert over 13 years ago
Pending for review:
master: https://review.typo3.org/1264
TYPO3_4-5: https://review.typo3.org/1265
Updated by Steffen Gebert over 13 years ago
- Status changed from New to Resolved
- Priority changed from Should have to Must have
- Target version deleted (
0) - TYPO3 Version set to 4.5
Actions