Follow-up f28578f9d: Update INSTALL and RELEASE-NOTES entries
Also, let's keep the PHP version in the documentation correct for the branch release, not what the actual code says for master. This is much less confusing and needs fewer fixes when making back-port changes. Change-Id: I162f14ffaeeebab197a8fa48f6edde28df23eb9c
This commit is contained in:
parent
185894ddcc
commit
15fac8e487
2 changed files with 3 additions and 5 deletions
3
INSTALL
3
INSTALL
|
|
@ -7,8 +7,7 @@ Starting with MediaWiki 1.2.0, it's possible to install and configure the wiki
|
|||
|
||||
Required software as of MediaWiki 1.36.0:
|
||||
|
||||
* Web server with PHP 7.3.19 or higher, avoiding PHP 7.4.0–7.4.8, plus the
|
||||
following extensions:
|
||||
* Web server with PHP 7.3.19 or higher, plus the following extensions:
|
||||
** ctype
|
||||
** dom
|
||||
** fileinfo
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ important information when upgrading from versions prior to 1.11.
|
|||
Some specific notes for MediaWiki 1.36 upgrades are below:
|
||||
* MediaWiki 1.36 now requires the PHP internationalization extension
|
||||
(commonly referred to as Intl, ext-intl and php-intl).
|
||||
* MediaWiki refuses to run on PHP 7.4.0–7.4.8, which have a PHP bug (T270228).
|
||||
* …
|
||||
|
||||
For notes on 1.35.x and older releases, see HISTORY.
|
||||
|
|
@ -604,8 +603,8 @@ because of Phabricator reports.
|
|||
service instead.
|
||||
|
||||
== Compatibility ==
|
||||
MediaWiki 1.36 requires PHP 7.2.22 or later, avoiding PHP 7.4.0–7.4.8, and the
|
||||
following PHP extensions:
|
||||
|
||||
MediaWiki 1.36 requires PHP 7.3.19 or later and the following PHP extensions:
|
||||
|
||||
* ctype
|
||||
* dom
|
||||
|
|
|
|||
Loading…
Reference in a new issue