Commit: a94d0c16b8dbe23251412e11c035cfd434323435 Author: Christoph M. Becker <[email protected]> Wed, 21 Aug 2019 12:40:01 +0200 Parents: 5dd303b1134ecc4b801dacaff264e80c2d174ed8 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=a94d0c16b8dbe23251412e11c035cfd434323435 Log: PHP 7.4 builds are done with VS 2017 Changed paths: M docroot/listing.php Diff: diff --git a/docroot/listing.php b/docroot/listing.php index 177b0b0..96602b5 100644 --- a/docroot/listing.php +++ b/docroot/listing.php @@ -57,10 +57,10 @@ $minor_order = array( 'ts-VC15-x86' ), '7.4' => array( - 'nts-vs16-x64', - 'ts-vs16-x64', - 'nts-vs16-x86', - 'ts-vs16-x86' + 'nts-vc15-x64', + 'ts-vc15-x64', + 'nts-vc15-x86', + 'ts-vc15-x86' ), ); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
