From ce40de4bdf73ece34aaec9378fe45c6342d7ed23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Jun 2016 08:11:43 +0200 Subject: wizard: update php versions --- wizard/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wizard/index.php b/wizard/index.php index 727772ec..b3b39e53 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -36,10 +36,10 @@ $phpvers = [ '5.4' => 'remi', ]; $phpname = [ - '7.1' => '7.1.0-dev (for testing, not ready for production)', - '7.0' => '7.0.7 (active support until Dec 2017)', - '5.6' => '5.6.22 (active support until Dec 2016)', - '5.5' => '5.5.36 (security support until Jul 2016)', + '7.1' => '7.1.0-alpha2 (for testing, not ready for production)', + '7.0' => '7.0.8 (active support until Dec 2017)', + '5.6' => '5.6.23 (active support until Dec 2016)', + '5.5' => '5.5.37 (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