Author: Christoph M. Becker (cmb69) Date: 2025-07-02T18:51:37+02:00 Commit: https://github.com/php/web-windows/commit/4adda49776282937f9581b01f13389b5aef0580a Raw diff: https://github.com/php/web-windows/commit/4adda49776282937f9581b01f13389b5aef0580a.diff
Actually show PHP 8.5 (pre-releases) Changed paths: M docroot/listing.php Diff: diff --git a/docroot/listing.php b/docroot/listing.php index 66498e5..8c465df 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.4', '8.3', '8.2', '8.1'); +$major_order = array('8.5', '8.4', '8.3', '8.2', '8.1'); $minor_order = array( '8.1' => array( 'nts-vs16-x64',