mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
(Retrofit from trunk) N°942 next itop release PHP & MySQL requirements : use *.0 versions instead of the latests (r5243)
SVN:2.4[5244]
This commit is contained in:
@@ -52,8 +52,8 @@ class SetupUtils
|
||||
const PHP_MIN_VERSION = '5.3.6';
|
||||
const MYSQL_MIN_VERSION = '5.0.0';
|
||||
// versions that will be the minimum in next iTop major release (warning if not met)
|
||||
const PHP_NEXT_MIN_VERSION = '5.6.32'; // further versions will contain only bug fixes (see http://php.net/supported-versions.php)
|
||||
const MYSQL_NEXT_MIN_VERSION = '5.5.58'; // last 5.5 version at this time - 5.5 branch is packaged in Debian 8 Jessie for example (see N°942)
|
||||
const PHP_NEXT_MIN_VERSION = '5.6.0'; // further versions will contain only bug fixes (see http://php.net/supported-versions.php)
|
||||
const MYSQL_NEXT_MIN_VERSION = '5.5.0'; // last 5.5 version at this time - 5.5 branch is packaged in Debian 8 Jessie for example (see N°942)
|
||||
// First recent version that is not yet validated by Combodo (warning)
|
||||
const PHP_NOT_VALIDATED_VERSION = '7.1.9';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user