Author: Christoph M. Becker (cmb69) Date: 2024-07-03T20:21:45+02:00 Commit: https://github.com/php/web-windows/commit/e9bbfd1c81a0d6734a9106d7d70942606b87ad48 Raw diff: https://github.com/php/web-windows/commit/e9bbfd1c81a0d6734a9106d7d70942606b87ad48.diff
Actually hide PHP 8.0 from the download pages Changed paths: M docroot/listing.php Diff: diff --git a/docroot/listing.php b/docroot/listing.php index 31b0c34..cfdd403 100644 --- a/docroot/listing.php +++ b/docroot/listing.php @@ -36,7 +36,7 @@ $baseurl = '/' . $dir_to_parse . '/'; $versions = generate_listing($dir_to_parse, $nmode); -$major_order = array('8.3', '8.2', '8.1', '8.0'); +$major_order = array('8.3', '8.2', '8.1'); $minor_order = array( '8.1' => array( 'nts-vs16-x64',