From 56efb2f852865034a699d0df40dac3315fed7e9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 Apr 2016 19:00:19 +0200 Subject: Wizard: update php versions --- wizard/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wizard') diff --git a/wizard/index.php b/wizard/index.php index 0af0ae0a..4fb01fb8 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -35,9 +35,9 @@ $phpvers = [ '5.4' => 'remi', ]; $phpname = [ - '7.0' => '7.0.4 (active support until Dec 2017)', - '5.6' => '5.6.19 (active support until Dec 2016)', - '5.5' => '5.5.33 (security support until Jul 2016)', + '7.0' => '7.0.5 (active support until Dec 2017)', + '5.6' => '5.6.20 (active support until Dec 2016)', + '5.5' => '5.5.34 (security support until Jul 2016)', '5.4' => '5.4.45 (no upstream support since Sept 2015)', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); -- cgit