Commit:    5c1cc8592cdb80d3ad6205d8a871b568116b4bcf
Author:    Anatol Belski <[email protected]>         Thu, 23 Mar 2017 22:13:01 +0100
Parents:   a3e20ad613fcb552b2a8ff23ca9eadb7f19fc450
Branches:  master

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

Log:
master switched to vc15

Changed paths:
  M  script/generate_snap_page.php
  M  templates/snaps.php


Diff:
diff --git a/script/generate_snap_page.php b/script/generate_snap_page.php
index 8911740..bf13c85 100644
--- a/script/generate_snap_page.php
+++ b/script/generate_snap_page.php
@@ -7,10 +7,10 @@ $active_branches = array('master', '7.1', '7.0', '5.6');
 
 $builds = array(
                'master' => array(
-                               'nts-windows-vc14-x64',
-                               'ts-windows-vc14-x64',
-                               'nts-windows-vc14-x86',
-                               'ts-windows-vc14-x86'
+                               'nts-windows-vc15-x64',
+                               'ts-windows-vc15-x64',
+                               'nts-windows-vc15-x86',
+                               'ts-windows-vc15-x86'
                        ),
                '7.1' => array(
                                'nts-windows-vc14-x64',
diff --git a/templates/snaps.php b/templates/snaps.php
index 8661584..05e38cd 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -4,10 +4,10 @@ include __DIR__ . '/../include/tools.php';
 $major_order = array('7.1', '7.0', '5.6', 'master');
 $minor_order = array(
                'master' => array(
-                               'nts-windows-vc14-x64',
-                               'ts-windows-vc14-x64',
-                               'nts-windows-vc14-x86',
-                               'ts-windows-vc14-x86'
+                               'nts-windows-vc15-x64',
+                               'ts-windows-vc15-x64',
+                               'nts-windows-vc15-x86',
+                               'ts-windows-vc15-x86'
                        ),
                '7.1' => array(
                                'nts-windows-vc14-x64',


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to