From 997fa3a8569d4309f3bf036fdfa7f2e641576438 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 12 Jan 2018 11:27:37 +0000 Subject: [PATCH] =?UTF-8?q?(Retrofit=20from=20trunk)=20N=C2=B0942=20change?= =?UTF-8?q?=20next=20itop=20release=20MySQL=20version=20requirement=20from?= =?UTF-8?q?=205.6=20to=205.5,=20plus=20add=20some=20comments=20(r5238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:2.4[5239] --- setup/setuputils.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 2386ae897..1528882f7 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -52,8 +52,8 @@ class SetupUtils const PHP_MIN_VERSION = '5.3.6'; const MYSQL_MIN_VERSION = '5.0.0'; // versions that will be the minimum in next iTop major release (warning if not met) - const PHP_NEXT_MIN_VERSION = '5.6.32'; - const MYSQL_NEXT_MIN_VERSION = '5.6.38'; + const PHP_NEXT_MIN_VERSION = '5.6.32'; // further versions will contain only bug fixes (see http://php.net/supported-versions.php) + const MYSQL_NEXT_MIN_VERSION = '5.5.58'; // last 5.5 version at this time - 5.5 branch is packaged in Debian 8 Jessie for example (see N°942) // First recent version that is not yet validated by Combodo (warning) const PHP_NOT_VALIDATED_VERSION = '7.1.9';