Merge "PHPVersionCheck: Add 'fileinfo' extension"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 10 Aug 2017 17:09:55 +0000 (17:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 10 Aug 2017 17:09:55 +0000 (17:09 +0000)
includes/PHPVersionCheck.php

index 5a440c4..c8872d2 100644 (file)
@@ -36,6 +36,7 @@ class PHPVersionCheck {
                'ctype_digit' => 'ctype',
                'json_decode' => 'json',
                'iconv'       => 'iconv',
+               'mime_content_type' => 'fileinfo',
        );
 
        /**