Project

General

Profile

Actions

Task #44803

closed

Unify and explain minimum php version for TYPO3 6.x

Added by Peter Niederlag about 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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.
Actions #1

Updated by Ingo Renner about 11 years ago

  • Status changed from New to Accepted
  • Target version set to 6.0.1
  • TYPO3 Version changed from 6.1 to 6.0
Actions #2

Updated by Thorsten Kahler about 11 years ago

  • Target version changed from 6.0.1 to 6.0.3
Actions #3

Updated by Christian Kuhn over 10 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.

Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF