#1254 Setup: iTop 2.3.0 requires PHP 5.3.6 (HTML sanitizer using the API DOMDocument::saveHTML with an argument)

SVN:trunk[4189]
This commit is contained in:
Romain Quetiez
2016-06-09 13:22:56 +00:00
parent cb0fa2a5c8
commit 1d379245ee

View File

@@ -50,7 +50,7 @@ class CheckResult
class SetupUtils
{
const PHP_MIN_VERSION = '5.3.0';
const PHP_MIN_VERSION = '5.3.6';
const MYSQL_MIN_VERSION = '5.0.0';
const MIN_MEMORY_LIMIT = 33554432; // = 32*1024*1024 Beware: Computations are not allowed in defining constants
const SUHOSIN_GET_MAX_VALUE_LENGTH = 2048;