mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
remove outdated PHP min comment
This commit is contained in:
committed by
bdalsass
parent
eb9b9cfce7
commit
57a3da1cca
@@ -94,7 +94,7 @@ class CheckResult {
|
||||
class SetupUtils
|
||||
{
|
||||
// -- Minimum versions (requirements : forbids installation if not met)
|
||||
const PHP_MIN_VERSION = '7.2.5'; // 7 will be supported until the end of 2019 (see http://php.net/supported-versions.php)
|
||||
const PHP_MIN_VERSION = '7.2.5';
|
||||
const MYSQL_MIN_VERSION = '5.7.0'; // 5.6 is no longer supported
|
||||
const MYSQL_NOT_VALIDATED_VERSION = ''; // MySQL 8 is now OK (N°2010 in 2.7.0) but has no query cache so mind the perf on large volumes !
|
||||
|
||||
|
||||
Reference in New Issue
Block a user