X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=cfe889f781a18b3765cc0461886899d556dd8cc4;hb=981e98179a48cdba456c7f108c00b4e3cab92265;hp=e9db1b3d070883d175e905ead1253442c674b512;hpb=9e5785b7204e6a927e7f60ce4cbdeedad8f45818;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index e9db1b3d07..cfe889f781 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -27,7 +27,7 @@ */ 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', 'xml_parser_create' => 'xml',