summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-03 16:33:56 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-03 16:33:56 +0200
commit592047b022c7aa165d666dd5e083ef36a8a70a91 (patch)
treeec21a58d4bdee89607b1eabfd2e59fcf3a78141a /wizard
parentb61f4d77b9ccaabc018552d7d8835b944e531ec5 (diff)
Wizard: update current PHP version
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 4f46df23..57e82b67 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -35,9 +35,9 @@ $phpvers = [
'5.4' => 'remi',
];
$phpname = [
- '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)',
+ '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)',
'5.4' => '5.4.45 (no upstream support since Sept 2015)',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);