Actions
Bug #71001
closedCorrect misleading PHP version requirement
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-10-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
System requirements in file INSTALL.md list PHP >5.5 up to 5.6 (greater than version 5.5).
Quote:
The minimum system requirements for running TYPO3 CMS 7 are: * Webserver capable of running PHP applications (Apache, Nginx, IIS or other) * PHP >5.5 up to 5.6 * MySQL 5.5 up to 5.6 or compatible (no "strict mode", see below) * more than 200 MB of disk space
However, a little bit further down in the same file, "PHP version 5.5 or later" is mentioned, which also matches with other resources such as t3o Download Page and t3o System Requirements Page
I assume, the line should read: PHP 5.5 up to 5.6 (without the greater-than-sign).
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44264
Updated by Michael Schams about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7bf90a84608bb31ce893f72869f43daccd980f0c.
Actions