Author: Christoph M. Becker (cmb69)
Date: 2024-07-03T20:02:43+02:00

Commit: 
https://github.com/php/web-windows/commit/3483390ea751d7432c08b71adabc5454e7994924
Raw diff: 
https://github.com/php/web-windows/commit/3483390ea751d7432c08b71adabc5454e7994924.diff

PHP 8.0 is EOL

So these versions should no longer be shown on the download pages.

Changed paths:
  M  docroot/listing.php


Diff:

diff --git a/docroot/listing.php b/docroot/listing.php
index 5a06a4d..31b0c34 100644
--- a/docroot/listing.php
+++ b/docroot/listing.php
@@ -38,12 +38,6 @@
 $versions = generate_listing($dir_to_parse, $nmode);
 $major_order = array('8.3', '8.2', '8.1', '8.0');
 $minor_order = array(
-               '8.0' => array(
-                       'nts-vs16-x64',
-                       'ts-vs16-x64',
-                       'nts-vs16-x86',
-                       'ts-vs16-x86'
-               ),
                '8.1' => array(
                        'nts-vs16-x64',
                        'ts-vs16-x64',

Reply via email to