From e6c48d170f63e8675fc4ecbba3dac78439710f73 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Fri, 23 Oct 2020 18:12:46 +0200 Subject: [PATCH] Update comment --- src/installer/pages/2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;