From 35813ab377971f0787c99353746098875304bf84 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 1 Sep 2016 06:47:36 +0000 Subject: [PATCH] Set the PHP requirements to php 5.4 --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index d92f7aefd0..e494c1edf0 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -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