Set the PHP requirements to php 5.4

This commit is contained in:
Michael Vogel 2016-09-01 06:47:36 +00:00
parent 59ff309ee5
commit 35813ab377
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Requirements
---
* Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file
* PHP 5.5+.
* PHP 5.4+.
* PHP *command line* access with register_argc_argv set to true in the php.ini file
* curl, gd, mysql, hash and openssl extensions
* some form of email server or email gateway such that PHP mail() works