From: Chimo Date: Fri, 4 Dec 2015 15:22:58 +0000 (+0000) Subject: installer::checkPrereqs bump PHP version to 5.5.0 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3e16e310803bac2c31d7fd74579f24d957e5ac18;p=quix0rs-gnu-social.git installer::checkPrereqs bump PHP version to 5.5.0 --- diff --git a/lib/installer.php b/lib/installer.php index 29a4383302..738eb80472 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -96,8 +96,8 @@ abstract class Installer } } - if (version_compare(PHP_VERSION, '5.3.2', '<')) { - $this->warning('Require PHP version 5.3.2 or greater.'); + if (version_compare(PHP_VERSION, '5.5.0', '<')) { + $this->warning('Require PHP version 5.5.0 or greater.'); $pass = false; }