diff --git a/src/installer/pages/2.php b/src/installer/pages/2.php index 2fa9caf..ccbff94 100644 --- a/src/installer/pages/2.php +++ b/src/installer/pages/2.php @@ -82,7 +82,7 @@ function checkRequirements() { define("PHP_VERSION_ID", $version[0] * 10000 + $version[1] * 100 + $version[2]); } - // PHP version - 5.6.0 minimum, < 7 warning, > 7 ok + // PHP version - 7.2.0 minimum { $result = PHP_VERSION_ID < 70200 ? 2 : 0;