From d5875047faad3f6ba9ef0b2b50fea9feed86bb83 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 17 Nov 2023 10:25:22 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B06963=20-=20Update=20PHP=20min=20version?= =?UTF-8?q?=20prerequisite=20(8.1)=20for=20next=20iTop=20version=20(3.2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 1d796da5b..292399000 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 = ''; // No new PHP requirement for next iTop version yet + const PHP_NEXT_MIN_VERSION = '8.1.0'; // No new PHP requirement for next iTop version yet const MYSQL_NEXT_MIN_VERSION = ''; // No new MySQL requirement for next iTop version yet // -- First recent version that is not yet validated by Combodo (warning) const PHP_NOT_VALIDATED_VERSION = '8.2.0';