From 5d808992e66e864062184e34a552d086ebada089 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 21 Feb 2018 16:35:19 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B0942=20use=20expression=20in=20SetupUtils?= =?UTF-8?q?=20constant=20as=20this=20is=20allowed=20since=20PHP=205.6.0=20?= =?UTF-8?q?and=20it=20is=20the=20new=20required=20version=20for=20iTop=202?= =?UTF-8?q?.5=20(see=20http://php.net/manual/en/language.oop5.constants.ph?= =?UTF-8?q?p)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[5351] --- 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 4a1673598..cf9b3005b 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -58,7 +58,7 @@ class SetupUtils // -- First recent version that is not yet validated by Combodo (warning) 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 MIN_MEMORY_LIMIT = 32 * 1024 * 1024; const SUHOSIN_GET_MAX_VALUE_LENGTH = 2048; /**