Commit: 9a4cf0e5987d5b35ba10d63a3acc0330d8c3c399 Author: Anatol Belski <[email protected]> Thu, 23 Mar 2017 22:16:52 +0100 Parents: 5c1cc8592cdb80d3ad6205d8a871b568116b4bcf Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=9a4cf0e5987d5b35ba10d63a3acc0330d8c3c399 Log: yet one fix to show vc15 snaps Changed paths: M templates/snaps.php Diff: diff --git a/templates/snaps.php b/templates/snaps.php index 05e38cd..c0d6278 100644 --- a/templates/snaps.php +++ b/templates/snaps.php @@ -40,6 +40,10 @@ $labels = array( 'ts-windows-vc14-x86' => 'VC14 x86 Thread Safe', 'nts-windows-vc14-x64' => 'VC14 x64 Non Thread Safe', 'ts-windows-vc14-x64' => 'VC14 x64 Thread Safe', + 'nts-windows-vc15-x86' => 'VC14 x86 Non Thread Safe', + 'ts-windows-vc15-x86' => 'VC14 x86 Thread Safe', + 'nts-windows-vc15-x64' => 'VC14 x64 Non Thread Safe', + 'ts-windows-vc15-x64' => 'VC14 x64 Thread Safe', ); include TPL_PATH . 'header.php'; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
