summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-31 08:37:48 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-31 08:37:48 +0100
commit609e851daf44854a6e2238f65980fb39f86f9e62 (patch)
tree1535f328c18368514fe17e14b4605080ec0859e7 /wizard/index.php
parentd43e6ff3948d181b1ee07d603ce79ba2ddfadbd3 (diff)
Wizard: php 5.6 is security only
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index e58fba7c..946f4631 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -57,7 +57,7 @@ $phpvers = [
$phpname = [
'7.1' => '7.1.0 (active support until Dec 2018)',
'7.0' => '7.0.14 (active support until Dec 2017)',
- '5.6' => '5.6.29 (active support until Dec 2016)',
+ '5.6' => '5.6.29 (security only support until Dec 2018)',
'5.5' => '5.5.38 (no upstream support since July 2016)',
'5.4' => '5.4.45 (no upstream support since Sept 2015)',
];