Commit:    36f340bbaec33ab9d91c3bdd81f2cd3405df8eeb
Author:    Anatol Belski <[email protected]>         Mon, 27 May 2019 23:36:23 +0200
Parents:   82fa504c51084d40306f94bdd5558a21e73b603b
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=36f340bbaec33ab9d91c3bdd81f2cd3405df8eeb

Log:
Fix snap labels

Changed paths:
  M  templates/snaps.php


Diff:
diff --git a/templates/snaps.php b/templates/snaps.php
index e05621c..38895e4 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -4,19 +4,20 @@ include __DIR__ . '/../include/tools.php';
 $major_order = array('7.4', '7.3', '7.2', '7.1', 'master');
 $minor_order = array(
                'master' => array(
-                               'nts-windows-vc15-x64',
-                               'ts-windows-vc15-x64',
-                               'nts-windows-vc15-x86',
-                               'ts-windows-vc15-x86',
-                               'nts-windows-vc15-x64-avx',
-                               'ts-windows-vc15-x64-avx',
+                               'nts-windows-vs16-x64',
+                               'ts-windows-vs16-x64',
+                               'nts-windows-vs16-x86',
+                               'ts-windows-vs16-x86',
+                               'nts-windows-vs16-x64-avx',
+                               'ts-windows-vs16-x64-avx',
                ),
                '7.4' => array(
-                               'nts-windows-vc15-x64',
-                               'ts-windows-vc15-x64',
-                               'nts-windows-vc15-x86',
-                               'ts-windows-vc15-x86',
-                               'nts-windows-vc15-x64-avx'
+                               'nts-windows-vs16-x64',
+                               'ts-windows-vs16-x64',
+                               'nts-windows-vs16-x86',
+                               'ts-windows-vs16-x86',
+                               'nts-windows-vs16-x64-avx',
+                               'ts-windows-vs16-x64-avx'
                ),
                '7.3' => array(
                                'nts-windows-vc15-x64',
@@ -51,6 +52,12 @@ $labels = array(
                        'ts-windows-vc15-x64'  => 'VC15 x64 Thread Safe',
                        'nts-windows-vc15-x64-avx' => 'VC15 x64 AVX Non Thread 
Safe',
                        'ts-windows-vc15-x64-avx'  => 'VC15 x64 AVX Thread 
Safe',
+                       'nts-windows-vs16-x86' => 'VS16 x86 Non Thread Safe',
+                       'ts-windows-vs16-x86'  => 'VS16 x86 Thread Safe',
+                       'nts-windows-vs16-x64' => 'VS16 x64 Non Thread Safe',
+                       'ts-windows-vs16-x64'  => 'VS16 x64 Thread Safe',
+                       'nts-windows-vs16-x64-avx' => 'VS16 x64 AVX Non Thread 
Safe',
+                       'ts-windows-vs16-x64-avx'  => 'VS16 x64 AVX 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

Reply via email to