From 609e851daf44854a6e2238f65980fb39f86f9e62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 31 Dec 2016 08:37:48 +0100 Subject: Wizard: php 5.6 is security only --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard') 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)', ]; -- cgit