Merge "Set minimum PHP version to 7.2.9"
This commit is contained in:
commit
54b74576e5
4 changed files with 4 additions and 4 deletions
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.2.0 or higher, plus the following extensions:
|
* Web server with PHP 7.2.9 or higher, plus the following extensions:
|
||||||
** ctype
|
** ctype
|
||||||
** dom
|
** dom
|
||||||
** fileinfo
|
** fileinfo
|
||||||
|
|
|
||||||
|
|
@ -629,7 +629,7 @@ because of Phabricator reports.
|
||||||
* …
|
* …
|
||||||
|
|
||||||
== Compatibility ==
|
== Compatibility ==
|
||||||
MediaWiki 1.34 requires PHP 7.2.0 or later, and the following PHP extensions:
|
MediaWiki 1.34 requires PHP 7.2.9 or later, and the following PHP extensions:
|
||||||
|
|
||||||
* ctype
|
* ctype
|
||||||
* dom
|
* dom
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"pear/mail": "1.4.1",
|
"pear/mail": "1.4.1",
|
||||||
"pear/mail_mime": "1.10.2",
|
"pear/mail_mime": "1.10.2",
|
||||||
"pear/net_smtp": "1.8.1",
|
"pear/net_smtp": "1.8.1",
|
||||||
"php": ">=7.2.0",
|
"php": ">=7.2.9",
|
||||||
"psr/container": "1.0.0",
|
"psr/container": "1.0.0",
|
||||||
"psr/log": "1.0.2",
|
"psr/log": "1.0.2",
|
||||||
"wikimedia/assert": "0.2.2",
|
"wikimedia/assert": "0.2.2",
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ class PHPVersionCheck {
|
||||||
'version' => PHP_VERSION,
|
'version' => PHP_VERSION,
|
||||||
'vendor' => 'the PHP Group',
|
'vendor' => 'the PHP Group',
|
||||||
'upstreamSupported' => '7.1.0',
|
'upstreamSupported' => '7.1.0',
|
||||||
'minSupported' => '7.2.0',
|
'minSupported' => '7.2.9',
|
||||||
'upgradeURL' => 'https://www.php.net/downloads.php',
|
'upgradeURL' => 'https://www.php.net/downloads.php',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue