diff options
Diffstat (limited to 'wizard/index.php')
| -rw-r--r-- | wizard/index.php | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php index 88ac3bb0..1f78b2b3 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -19,6 +19,7 @@ $osvers = [      'RHEL 6'    => '5.3',      'CentOS 7'  => '5.4',      'CentOS 6'  => '5.3', +    'Fedora 27' => '7.1',      'Fedora 26' => '7.1',      'Fedora 25' => '7.0',      'Fedora 24' => '5.6', @@ -29,6 +30,7 @@ $osmin = [      'RHEL 6'    => '5.4',      'CentOS 7'  => '5.4',      'CentOS 6'  => '5.4', +    'Fedora 27' => '5.6',      'Fedora 26' => '5.6',      'Fedora 25' => '5.4',      'Fedora 24' => '5.4', @@ -39,10 +41,10 @@ $osname = [      'RHEL 6'    => 'RHEL-6 (maintained until March 2020)',      'CentOS 7'  => 'CentOS 7',      'CentOS 6'  => 'CentOS 6 (maintained until March 2020)', +    'Fedora 27' => 'Fedora 27 (development version)',      'Fedora 26' => 'Fedora 26',      'Fedora 25' => 'Fedora 25',      'Fedora 24' => 'Fedora 24 (no support since August 8th 2017)', -    'Fedora 23' => 'Fedora 23 (no support since December 20th 2016)',  ];  $grpname = [      'RHEL'    => 'Red Hat Enterprise Linux', @@ -54,7 +56,7 @@ $types = [      'scl'  => 'Multiple versions',   ];  $phpvers = [ -    '7.2' => false, +    '7.2' => 'remi-php72',      '7.1' => 'remi-php71',      '7.0' => 'remi-php70',      '5.6' => 'remi-php56', @@ -62,9 +64,9 @@ $phpvers = [      '5.4' => 'remi-php54',  ];  $phpname = [ -    '7.2' => '7.2.0beta3 (development version, not ready for production)', +    '7.2' => '7.2.0RC1 (development version, not ready for production)',      '7.1' => '7.1.8 (active support until Dec 2018)', -    '7.0' => '7.0.22 (active support until Dec 2017)', +    '7.0' => '7.0.23 (active support until Dec 2017)',      '5.6' => '5.6.31 (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)',  | 
