From 37a2280bf9c827e18301ef51d8ff2a4b4d381bbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Jan 2019 11:11:44 +0100 Subject: update versions --- wizard/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wizard/index.php b/wizard/index.php index ebedd427..cb347483 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -78,15 +78,15 @@ $phpvers = [ ]; $phpname = [ ':stable' => 'Stable versions - usage recommended', - '7.3' => '7.3.0 (active support until Dec 2020)', - '7.2' => '7.2.13 (active support until Nov 2019)', + '7.3' => '7.3.1 (active support until December 2020)', + '7.2' => '7.2.14 (active support until November 2019)', ':secure' => 'Security only versions', - '7.1' => '7.1.25 (security only support until Dec 2019)', - '7.0' => '7.0.33 (last security release)', - '5.6' => '5.6.39 (last security release)', + '7.1' => '7.1.26 (security only support until December 2019)', + '5.6' => '5.6.40 (last security release)', ':eol' => 'Deprecated versions - usage discouraged', + '7.0' => '7.0.33 (no upstream support since December 2018)', '5.5' => '5.5.38 (no upstream support since July 2016)', - '5.4' => '5.4.45 (no upstream support since Sept 2015)', + '5.4' => '5.4.45 (no upstream support since September 2015)', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); $os = (isset($_POST['os']) && isset($osvers[$_POST['os']]) ? $_POST['os'] : false); -- cgit