Merge "PHPVersionCheck: Properly check for `xml` extension in PHP 7.2+"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 25 Apr 2018 01:01:40 +0000 (01:01 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 25 Apr 2018 01:01:40 +0000 (01:01 +0000)
1  2 
includes/PHPVersionCheck.php

   */
  class PHPVersionCheck {
        /* @var string The number of the MediaWiki version used */
 -      var $mwVersion = '1.31';
 +      var $mwVersion = '1.32';
        var $functionsExtensionsMapping = array(
                'mb_substr'   => 'mbstring',
-               'utf8_encode' => 'xml',
+               'xml_parser_create' => 'xml',
                'ctype_digit' => 'ctype',
                'json_decode' => 'json',
                'iconv'       => 'iconv',