Actions
Task #44803
closedUnify and explain minimum php version for TYPO3 6.x
Start date:
2013-01-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Current Status¶
- On website it says: 5.3.7
- In INSTALL.txt it says 5.3.0
- in: typo3/sysext/install/requirements.php:define('TYPO3_REQUIREMENTS_MINIMUM_PHP', '5.2.0');
Facts¶
- 5.3.0 is absolutely required
- 5.3.7 is strongly suggested as it fixed a problem with the namespacing/compat layer that can lead to problems with extensions. Extensions using/relying on the autoloader are safe, extensions using include_XX calls will cause trouble, see upstream bugreport https://bugs.php.net/bug.php?id=54624
Suggestion¶
- make it 5.3.7 everywhere and put explantion in INSTALL.txt for the brave one that want to give 5.3.0 < 5.3.7 a try.
Updated by Ingo Renner almost 12 years ago
- Status changed from New to Accepted
- Target version set to 6.0.1
- TYPO3 Version changed from 6.1 to 6.0
Updated by Thorsten Kahler over 11 years ago
- Target version changed from 6.0.1 to 6.0.3
Updated by Christian Kuhn about 11 years ago
- Status changed from Accepted to Resolved
- Target version changed from 6.0.3 to 6.2.0
- % Done changed from 0 to 100
This is all 5.3.7 in 6.2 now.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions