Commit: 076168c26aaa4e5db85be5ead1fce8aa56e081ae Author: Stephen A. Zarkos <[email protected]> Tue, 6 Jun 2017 19:15:34 -0700 Parents: 4f6dee33a590661528ee6daedf7d4ee1038422f5 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=076168c26aaa4e5db85be5ead1fce8aa56e081ae Log: Update windows.php.net for PHP 7.2 Changed paths: M docroot/listing.php Diff: diff --git a/docroot/listing.php b/docroot/listing.php index 9caa859..780da8f 100644 --- a/docroot/listing.php +++ b/docroot/listing.php @@ -33,7 +33,7 @@ include __DIR__ . '/../include/listing.php'; $baseurl = '/' . $dir_to_parse . '/'; $versions = generate_listing($dir_to_parse, $snaps); -$major_order = array('7.1', '7.0', '5.6'); +$major_order = array('7.2', '7.1', '7.0', '5.6'); $minor_order = array( '5.6' => array( 'nts-VC11-x86', @@ -53,6 +53,12 @@ $minor_order = array( 'nts-VC14-x64', 'ts-VC14-x64' ), + '7.2' => array( + 'nts-VC14-x86', + 'ts-VC14-x86', + 'nts-VC14-x64', + 'ts-VC14-x64' + ), ); $labels = array( -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
