X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=a48d46016cb7a666f58d260c62c0f811505d10cf;hb=c3a1bff5a9324deb443b4acedd688c4b97f540aa;hp=da428dde39690dd62bec856b8eff8bfc621fbc20;hpb=c9bd6c74c6c8ab8df1e4ac280b66f8df93b5d1cc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index da428dde39..a48d46016c 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -94,7 +94,7 @@ class PHPVersionCheck { 'implementation' => 'PHP', 'version' => PHP_VERSION, 'vendor' => 'the PHP Group', - 'upstreamSupported' => '5.5.0', + 'upstreamSupported' => '5.6.0', 'minSupported' => '5.5.9', 'upgradeURL' => 'https://secure.php.net/downloads.php', ); @@ -128,13 +128,13 @@ class PHPVersionCheck { $longHtml = <<upgrading your copy of {$phpInfo['implementation']}. - {$phpInfo['implementation']} versions less than {$phpInfo['upstreamSupported']} are no + {$phpInfo['implementation']} versions less than {$phpInfo['upstreamSupported']} are no longer supported by {$phpInfo['vendor']} and will not receive security or bugfix updates.

If for some reason you are unable to upgrade your {$phpInfo['implementation']} version, - you will need to download an + you will need to download an older version of MediaWiki from our website. See ourcompatibility page for details of which versions are compatible with prior versions of {$phpInfo['implementation']}.