From 4f5a9c898c48eb328a457af7776586cff395c3ab Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 21 Mar 2022 09:51:23 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04462=20-=20Set=20next=20min.=20PHP=20ver?= =?UTF-8?q?sion=20for=20iTop=203.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: This might change to PHP 7.2 this summer depending on RedHat 9.0 release date / plans --- 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 b6ccc2d40..4b6146edb 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -99,7 +99,7 @@ class SetupUtils 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 ! // -- versions that will be the minimum in next iTop major release (warning if not met) - const PHP_NEXT_MIN_VERSION = ''; // + const PHP_NEXT_MIN_VERSION = '7.4.0'; // Allow us to use more modern libs / code; will be default PHP version on main Linux distrib LTS const MYSQL_NEXT_MIN_VERSION = ''; // no new MySQL requirement for next iTop version // -- First recent version that is not yet validated by Combodo (warning) const PHP_NOT_VALIDATED_VERSION = '8.0.0';