Merge "PHPVersionCheck: Add 'fileinfo' extension"
[lhc/web/wiklou.git] / 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',
        );
 
        /**