From 19665d4ad9baf8489258f5e1c99c104e616c95ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Mon, 12 Feb 2018 16:15:46 +0000 Subject: [PATCH] Computations are not allowed in defining constants SVN:trunk[5343] --- 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 a12d98168..2ecefc38a 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 = 32 * 1024 * 1024; + const MIN_MEMORY_LIMIT = 33554432; // = 32*1024*1024 Beware: Computations are not allowed in defining constants const SUHOSIN_GET_MAX_VALUE_LENGTH = 2048; /**