Actions
Bug #29832
closedBugfix #29695 breaks backend login
Start date:
2011-09-15
Due date:
% Done:
100%
Estimated time:
1.00 h
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
Because of a php bug in very popular php versions (e.g. 5.3.2 and 5.3.3) used in very popular linux distributions (Ubuntu, Debian Squeeze) patch #29695 breaks the backend login.
The problem only occures when typo3temp/compressor/ is empty and t3lib_compressor tries to create the files.
The bug of php is described here very nicely:
http://www.php.net/manual/de/control-structures.foreach.php#101425
Avoiding the use of $filename as reference in line 289 fixes this problem.
Actions