Actions
Bug #20069
closedMisinterpretaion of php.ini settings when no limit is set
Start date:
2009-02-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After 1-2-3 installation the setup summary report
/install/index.php?TYPO3_INSTALL[type]=config
reports warnings about settings which in fact are perfctly ok:
memory_limit = -1 (no limit concerning memory) is reported as "Memory limit below 16MB"
max_execution_time = 0 (no limit concerning execution time) is reported as "Maximum execution time below 30 seconds"
(issue imported from #M10512)
Actions