diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-03 09:31:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-03 09:31:18 +0200 |
commit | bcd08841ca28b8f139fea955eddf20a71847cc76 (patch) | |
tree | 3d96a76a822fcd31c16e9b4ace6455b0ef8c5cd9 /wizard/index.php | |
parent | 6d2e14ece60846149029b38e66818698fefcd27b (diff) |
Wizard: update PHP versions
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php index 4fb01fb8..4f46df23 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -35,9 +35,9 @@ $phpvers = [ '5.4' => 'remi', ]; $phpname = [ - '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)', + '7.0' => '7.0.6 (active support until Dec 2017)', + '5.6' => '5.6.21 (active support until Dec 2016)', + '5.5' => '5.5.35 (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); |