N°5535 - Fix PHP not validated version to 8.1 in iTop 3.0.2+

This commit is contained in:
Molkobain
2022-09-20 13:17:59 +02:00
parent 091aaac55e
commit e9c6549847

View File

@@ -102,7 +102,7 @@ class SetupUtils
const PHP_NEXT_MIN_VERSION = '7.4.0'; // Allow us to use more modern libs / code; will be default PHP version on main Linux distrib LTS
const MYSQL_NEXT_MIN_VERSION = ''; // no new MySQL requirement for next iTop version
// -- First recent version that is not yet validated by Combodo (warning)
const PHP_NOT_VALIDATED_VERSION = '8.0.0';
const PHP_NOT_VALIDATED_VERSION = '8.1.0';
const MIN_MEMORY_LIMIT = '32M';
const SUHOSIN_GET_MAX_VALUE_LENGTH = 2048;