X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FPHPVersionError.php;h=9b5373b50902ecb7d66e8255c422f9ecfa674b7d;hb=bb81516af40d25f456980cdf5eedd1e2a3392466;hp=e6d6ebf92df973d8a1833e9154537ddcc713e4b8;hpb=53b44ecbe9fd3e6df8a6d24066105d4e6d1aef35;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index e6d6ebf92d..9b5373b509 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -38,7 +38,7 @@ * version are hardcoded here */ function wfPHPVersionError( $type ) { - $mwVersion = '1.23'; + $mwVersion = '1.24'; $minimumVersionPHP = '5.3.2'; $phpVersion = phpversion(); @@ -97,9 +97,9 @@ function wfPHPVersionError( $type ) {

If for some reason you are unable to upgrade your PHP version, you will need to - download an older version + download an older version of MediaWiki from our website. See our - compatibility page + compatibility page for details of which versions are compatible with prior versions of PHP.