Updated the minimum version of PHP

This commit is contained in:
Visman 2017-01-05 13:13:36 +07:00
parent e79a8c9d64
commit 25d8c50e2a
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ define('UPDATE_TO_DB_REVISION', 21);
define('UPDATE_TO_SI_REVISION', 2.1);
define('UPDATE_TO_PARSER_REVISION', 2);
define('MIN_PHP_VERSION', '4.4.0');
define('MIN_PHP_VERSION', '5.6.0');
define('MIN_MYSQL_VERSION', '4.1.2');
define('MIN_PGSQL_VERSION', '7.0.0');
define('PUN_SEARCH_MIN_WORD', 3);

View file

@ -15,7 +15,7 @@ define('FORUM_DB_REVISION', 21);
define('FORUM_SI_REVISION', 2.1);
define('FORUM_PARSER_REVISION', 2);
define('MIN_PHP_VERSION', '4.4.0');
define('MIN_PHP_VERSION', '5.6.0');
define('MIN_MYSQL_VERSION', '4.1.2');
define('MIN_PGSQL_VERSION', '7.0.0');
define('PUN_SEARCH_MIN_WORD', 3);