Skip to content
Snippets Groups Projects
Commit 7bf90a84 authored by Michael Schams's avatar Michael Schams Committed by Christian Kuhn
Browse files

[BUGFIX] Correct misleading PHP version requirement

System requirements suggest that TYPO3 CMS requires PHP >5.5 up to 5.6
(greater than version 5.5). In fact, PHP 5.5 is supported and should be
included.

This patch updates the line, so it reads PHP 5.5 up to 5.6 (without the
greater-than-sign).

Resolves: #71001
Releases: master
Change-Id: I6034fae6f546c1f3cbc8827abc2b632eb8661b81
Reviewed-on: https://review.typo3.org/44264


Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarDaniel Goerz <ervaude@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 74d4fe24
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ TYPO3 requires a web server with a PHP environment and a database. 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
* 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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment