Up min required PHP version to 7.2
This commit is contained in:
parent
1c4463836e
commit
4e7f84d2a4
3 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ define('UPDATE_TO_DB_REVISION', 21);
|
|||
define('UPDATE_TO_SI_REVISION', 2.1);
|
||||
define('UPDATE_TO_PARSER_REVISION', 2);
|
||||
|
||||
define('MIN_PHP_VERSION', '7.0.0');
|
||||
define('MIN_PHP_VERSION', '7.2.0');
|
||||
define('MIN_MYSQL_VERSION', '5.5.3');
|
||||
define('MIN_PGSQL_VERSION', '7.0.0');
|
||||
define('PUN_SEARCH_MIN_WORD', 3);
|
||||
|
|
|
@ -25,7 +25,7 @@ define('FORUM_DB_REVISION', 21);
|
|||
define('FORUM_SI_REVISION', 2.1);
|
||||
define('FORUM_PARSER_REVISION', 2);
|
||||
|
||||
define('MIN_PHP_VERSION', '7.0.0');
|
||||
define('MIN_PHP_VERSION', '7.2.0');
|
||||
define('MIN_MYSQL_VERSION', '5.5.3');
|
||||
define('MIN_PGSQL_VERSION', '7.0.0');
|
||||
define('PUN_SEARCH_MIN_WORD', 3);
|
||||
|
|
|
@ -10,8 +10,8 @@ of the other forums have whilst not sacrificing essential functionality or usabi
|
|||
## Requirements
|
||||
|
||||
* A webserver
|
||||
* PHP 7.0 or later
|
||||
* A database such as MySQL 5.5.3 or later, PostgreSQL 7.0 or later, or SQLite 3
|
||||
* PHP 7.2+
|
||||
* A database such as MySQL 5.5.3+, PostgreSQL 7.0+, or SQLite 3
|
||||
|
||||
## Recommendations
|
||||
|
||||
|
|
Loading…
Reference in a new issue