summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-03 19:00:19 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-03 19:00:19 +0200
commit56efb2f852865034a699d0df40dac3315fed7e9b (patch)
tree192ca4676eee99cdce2dfa0fa3d53d25ef9a1672 /wizard
parent74e5f56b5c76838ac5e2dc32ae571dffe8932419 (diff)
Wizard: update php versions
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php6
1 files changed, 3 insertions, 3 deletions
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);