summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-03 13:26:35 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-03 13:26:35 +0100
commit47f063a127fb54d78ae3dc2ea80e93288f3e8fbb (patch)
tree21c2135715f336b2ffd75e38694f45ea3c005df2 /wizard
parent8a02a4d96d46bfa0cac097b6eb078c328f2c5f82 (diff)
Wizard: display minor version in dropdown
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index cf600f29..d772e716 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -34,10 +34,10 @@ $phpvers = [
'5.4' => 'remi',
];
$phpname = [
- '7.0' => '7.0 (active support until Dec 2017)',
- '5.6' => '5.6 (active support until Dec 2016)',
- '5.5' => '5.5 (security support until Jul 2016)',
- '5.4' => '5.4 (no support since Sept 2015)',
+ '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)',
+ '5.4' => '5.4.45 (no upstream support since Sept 2015)',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);
$os = (isset($_POST['os']) && isset($osvers[$_POST['os']]) ? $_POST['os'] : false);