Bump PHP version requirement to 7.2.0+
Bug: T216165 Bug: T216166 Change-Id: I99e45c2a8fd1512a76a42ce978cb96f39ee2456e
This commit is contained in:
parent
b803b9b932
commit
e88526b698
4 changed files with 5 additions and 7 deletions
|
|
@ -26,8 +26,6 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
- php: 7.1
|
|
||||||
- php: 7
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
|
||||||
2
INSTALL
2
INSTALL
|
|
@ -7,7 +7,7 @@ Starting with MediaWiki 1.2.0, it's possible to install and configure the wiki
|
||||||
|
|
||||||
Required software as of MediaWiki 1.34.0:
|
Required software as of MediaWiki 1.34.0:
|
||||||
|
|
||||||
* Web server with PHP 7.0.13 or higher, plus the following extesnsions:
|
* Web server with PHP 7.2.0 or higher, plus the following extesnsions:
|
||||||
** ctype
|
** ctype
|
||||||
** dom
|
** dom
|
||||||
** fileinfo
|
** fileinfo
|
||||||
|
|
|
||||||
|
|
@ -570,8 +570,8 @@ because of Phabricator reports.
|
||||||
* …
|
* …
|
||||||
|
|
||||||
== Compatibility ==
|
== Compatibility ==
|
||||||
MediaWiki 1.34 requires PHP 7.0.13 or later. Although HHVM 3.18.5 or later is
|
MediaWiki 1.34 requires PHP 7.2.0 or later. Although HHVM 3.18.5 or later is
|
||||||
supported, it is generally advised to use PHP 7.0.13 or later for long term
|
supported, it is generally advised to use PHP 7.2.0 or later for long term
|
||||||
support. It also requires the following PHP extensions:
|
support. It also requires the following PHP extensions:
|
||||||
|
|
||||||
* ctype
|
* ctype
|
||||||
|
|
|
||||||
|
|
@ -108,8 +108,8 @@ class PHPVersionCheck {
|
||||||
'implementation' => 'PHP',
|
'implementation' => 'PHP',
|
||||||
'version' => PHP_VERSION,
|
'version' => PHP_VERSION,
|
||||||
'vendor' => 'the PHP Group',
|
'vendor' => 'the PHP Group',
|
||||||
'upstreamSupported' => '5.6.0',
|
'upstreamSupported' => '7.1.0',
|
||||||
'minSupported' => '7.0.13',
|
'minSupported' => '7.2.0',
|
||||||
'upgradeURL' => 'https://www.php.net/downloads.php',
|
'upgradeURL' => 'https://www.php.net/downloads.php',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue