From fe7eb22d321dd888b435d5e1d44d206db345122f Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 25 Jul 2018 08:00:33 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B0931=20wooops=20new=20MySQL=20requirement?= =?UTF-8?q?=20is=20for=20iTop=202.6=20and=20not=202.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:2.4[5979] --- 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 fe66b2204..d890a9116 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -54,7 +54,7 @@ class SetupUtils 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.0'; // 5.6 will be supported since the end of 2018 (see http://php.net/supported-versions.php) - const MYSQL_NEXT_MIN_VERSION = '5.6.0'; // 5.6 to have fulltext on InnoDB for Tags fields (N°931) + const MYSQL_NEXT_MIN_VERSION = '5.5.3'; // 5.5 branch that is shipped with most distribution, and 5.5.3 to have utf8mb4 (see N°942) // -- First recent version that is not yet validated by Combodo (warning) const PHP_NOT_VALIDATED_VERSION = '7.2.0';