X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FPHPVersionError.php;h=60aa33c07c2512b54e3b48d553ea48d664aaa894;hb=97a4ad455f836f779a056a4a53e57227b3ad0d1e;hp=02d3546fbea66314f92f254f8c9dde4cde65c660;hpb=3a7e36b2d6f7a77ee1fbc356f277ee4bf0aeb60c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 02d3546fbe..60aa33c07c 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -38,7 +38,7 @@ * version are hardcoded here */ function wfPHPVersionError( $type ) { - $mwVersion = '1.22'; + $mwVersion = '1.23'; $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.