From 93526c8a444cf8ea7b00da1b5a2a0f6852ea7c28 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 18 Jan 2018 11:11:53 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B0942=20PHP=20version=20not=20yet=20valida?= =?UTF-8?q?ted=20was=20incorrectly=20set=20to=207.1.9,=20fix=20it=20back?= =?UTF-8?q?=20to=207.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[5288] --- 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 c02dffb0d..5da882de7 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -55,7 +55,7 @@ class SetupUtils 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.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.1.9'; + const PHP_NOT_VALIDATED_VERSION = '7.2.0'; const MIN_MEMORY_LIMIT = 33554432; // = 32*1024*1024 Beware: Computations are not allowed in defining constants const SUHOSIN_GET_MAX_VALUE_LENGTH = 2048;