mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
#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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user