From 57a3da1cca47af7d11f04e37d4ee5c5f0d14a64f Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass Date: Wed, 27 Jul 2022 07:37:08 +0200 Subject: [PATCH] remove outdated PHP min comment --- setup/setuputils.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index d7a187ae9..0eee86c7d 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -94,7 +94,7 @@ class CheckResult { class SetupUtils { // -- Minimum versions (requirements : forbids installation if not met) - const PHP_MIN_VERSION = '7.2.5'; // 7 will be supported until the end of 2019 (see http://php.net/supported-versions.php) + const PHP_MIN_VERSION = '7.2.5'; const MYSQL_MIN_VERSION = '5.7.0'; // 5.6 is no longer supported const MYSQL_NOT_VALIDATED_VERSION = ''; // MySQL 8 is now OK (N°2010 in 2.7.0) but has no query cache so mind the perf on large volumes !