From: Reedy Date: Mon, 2 Mar 2020 00:57:30 +0000 (+0000) Subject: The PHP Group stopped supporting 5.6 in late 2018 X-Git-Tag: 1.31.7~11 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=1d55a80d22ecb52561006408e14cf35ac367be1e The PHP Group stopped supporting 5.6 in late 2018 As per https://www.php.net/eol.php 5.6 was EOL and therefore unsupported since 31 December 2018. Change-Id: I2f6e307457365f0adf1b727b4fff9ed19c685b4f --- diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 609b75be71..1a639c7d51 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -93,7 +93,7 @@ class PHPVersionCheck { 'implementation' => 'PHP', 'version' => PHP_VERSION, 'vendor' => 'the PHP Group', - 'upstreamSupported' => '5.6.0', + 'upstreamSupported' => '7.2.0', 'minSupported' => '7.0.13', 'upgradeURL' => 'https://secure.php.net/downloads.php', );