]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
installer::checkPrereqs bump PHP version to 5.5.0
authorChimo <chimo@chromic.org>
Fri, 4 Dec 2015 15:22:58 +0000 (15:22 +0000)
committerChimo <chimo@chromic.org>
Fri, 4 Dec 2015 15:22:58 +0000 (15:22 +0000)
lib/installer.php

index 29a43833022c902ecaf7e0c0bd00e4de6e10a738..738eb80472d46a4bced35a4fb234ee3395a9853e 100644 (file)
@@ -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;
         }