From 139bf5bc7b66c83bd5a27d4fc6806ddaebe3f188 Mon Sep 17 00:00:00 2001 From: addshore Date: Mon, 24 Sep 2018 09:25:53 +0100 Subject: [PATCH] composer.json, require ext-fileinfo PHPVersionCheck requires fileinfo be installed for mime_content_type Change-Id: Iea7d2c7842c770e77c05265d4f4b08b17f9ab71f --- RELEASE-NOTES-1.32 | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index d90cfdfe75..16b7ffa42f 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -655,7 +655,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 diff --git a/composer.json b/composer.json index 832645b2b6..5663198ede 100644 --- a/composer.json +++ b/composer.json @@ -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", -- 2.20.1