Commit:    35516acbbb6021dcb3dd4432c02e6096b9c06700
Author:    Christoph M. Becker <[email protected]>         Thu, 22 Aug 2019 
10:22:21 +0200
Parents:   0913e3a535fb7f7774150a9a5ec3fd335684822a
Branches:  master

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

Log:
7.4 snapshots are built with VC15 now

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 a133fbc..59707ce 100644
--- a/script/generate_snap_page.php
+++ b/script/generate_snap_page.php
@@ -15,12 +15,12 @@ $builds = array(
                                'ts-windows-vs16-x86-avx'
                ),
                '7.4' => array(
-                               'nts-windows-vs16-x64',
-                               'ts-windows-vs16-x64',
-                               'nts-windows-vs16-x86',
-                               'ts-windows-vs16-x86',
-                               'nts-windows-vs16-x64-avx',
-                               'ts-windows-vs16-x86-avx'
+                               'nts-windows-vc15-x64',
+                               'ts-windows-vc15-x64',
+                               'nts-windows-vc15-x86',
+                               'ts-windows-vc15-x86',
+                               'nts-windows-vc15-x64-avx',
+                               'ts-windows-vc15-x86-avx'
                ),
                '7.3' => array(
                                'nts-windows-vc15-x64',
diff --git a/templates/snaps.php b/templates/snaps.php
index 38895e4..33da01d 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -12,12 +12,12 @@ $minor_order = array(
                                'ts-windows-vs16-x64-avx',
                ),
                '7.4' => array(
-                               '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'
+                               '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'
                ),
                '7.3' => array(
                                'nts-windows-vc15-x64',


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

Reply via email to