diff options
Diffstat (limited to 'wizard/index.php')
| -rw-r--r-- | wizard/index.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/wizard/index.php b/wizard/index.php index d6887d57..397acf9f 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -55,9 +55,9 @@ $phpvers = [      '5.4' => 'remi',  ];  $phpname = [ -    '7.1' => '7.1.0RC4 (for testing, not ready for production)', -    '7.0' => '7.0.12 (active support until Dec 2017)', -    '5.6' => '5.6.27 (active support until Dec 2016)', +    '7.1' => '7.1.0RC6 (for testing, not ready for production)', +    '7.0' => '7.0.13 (active support until Dec 2017)', +    '5.6' => '5.6.28 (active support until Dec 2016)',      '5.5' => '5.5.38 (no upstream support since July 2016)',      '5.4' => '5.4.45 (no upstream support since Sept 2015)',  ]; | 
