Commit: 249996a84b297fdd04eb77950f2e366be8e6c48f Author: Christoph M. Becker <[email protected]> Wed, 12 Jun 2019 19:00:16 +0200 Parents: 9eaf7d503afc8232391067fa20528bc24bd98bf4 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=249996a84b297fdd04eb77950f2e366be8e6c48f Log: PHP-7.4 builds are done with VS16 Changed paths: M docroot/listing.php Diff: diff --git a/docroot/listing.php b/docroot/listing.php index 8d11f65..1f92470 100644 --- a/docroot/listing.php +++ b/docroot/listing.php @@ -57,10 +57,10 @@ $minor_order = array( 'ts-VC15-x86' ), '7.4' => array( - 'nts-VC15-x64', - 'ts-VC15-x64', - 'nts-VC15-x86', - 'ts-VC15-x86' + 'nts-vs16-x64', + 'ts-vs16-x64', + 'nts-vs16-x86', + 'ts-vs16-x86' ), ); @@ -73,6 +73,10 @@ $labels = array( 'ts-VC15-x86' => 'VC15 x86 Thread Safe', 'nts-VC15-x64' => 'VC15 x64 Non Thread Safe', 'ts-VC15-x64' => 'VC15 x64 Thread Safe', + 'nts-vs16-x86' => 'VS16 x86 Non Thread Safe', + 'ts-vs16-x86' => 'VS16 x86 Thread Safe', + 'nts-vs16-x64' => 'VS16 x64 Non Thread Safe', + 'ts-vs16-x64' => 'VS16 x64 Thread Safe', ); if ($mode == 'snapshots') { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
