Merge "RCFilters: Fix centering of "no results" message"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 25 Oct 2018 03:13:49 +0000 (03:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 25 Oct 2018 03:13:49 +0000 (03:13 +0000)
RELEASE-NOTES-1.32
composer.json

index 1b5a36a..8ccc9c2 100644 (file)
@@ -659,7 +659,8 @@ because of Phabricator reports.
 == Compatibility ==
 MediaWiki 1.32 requires PHP 7.0.0 or later. Although HHVM 3.18.5 or later is
 supported, it is generally advised to use PHP 7.0.0 or later for long term
-support.
+support. MediaWiki requires that the mbstring, xml, ctype, json, iconv and
+fileinfo PHP extensions are loaded to work.
 
 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
 but support for them is somewhat less mature. There is experimental support for
index 832645b..5663198 100644 (file)
@@ -20,6 +20,7 @@
                "composer/semver": "1.4.2",
                "cssjanus/cssjanus": "1.2.0",
                "ext-ctype": "*",
+               "ext-fileinfo": "*",
                "ext-iconv": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
@@ -76,7 +77,6 @@
        "suggest": {
                "ext-apcu": "Local data cache for greatly improved performance",
                "ext-curl": "Improved http communication abilities",
-               "ext-fileinfo": "Improved mime magic detection",
                "ext-intl": "ICU integration",
                "ext-wikidiff2": "Diff accelerator",
                "monolog/monolog": "Flexible debug logging system",