Commit:    69c0bd89e3d8c2817e77bffd078d9b31ca66b553
Author:    Anatol Belski <a...@php.net>         Mon, 31 Jul 2017 12:07:57 +0200
Parents:   8a693375424a5defe7b2aeeafc287ccc7bb1d483
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=69c0bd89e3d8c2817e77bffd078d9b31ca66b553

Log:
7.2 is actually on vc15

Changed paths:
  M  data/config/pecl/pecl72_x64.ini
  M  data/config/pecl/pecl72_x86.ini


Diff:
diff --git a/data/config/pecl/pecl72_x64.ini b/data/config/pecl/pecl72_x64.ini
index 9dafa5e..407cb54 100644
--- a/data/config/pecl/pecl72_x64.ini
+++ b/data/config/pecl/pecl72_x64.ini
@@ -6,22 +6,22 @@ build_location=c:\php-snap-build\php-src\php72\x64
 appver=2015
 debug=0
 pgo=0
-compiler=vc14
+compiler=vc15
 arch=x64
-pecl_deps_base=c:/php-snap-build/dep-aux/vc14/x64
+pecl_deps_base=c:/php-snap-build/dep-aux/vc15/x64
 pecl_non_core_ext_deps_base=c:/pecl-dep-ext
 
-[build-nts-windows-vc14-x64]
-name=nts-windows-vc14-x64
-compiler=vc14
+[build-nts-windows-vc15-x64]
+name=nts-windows-vc15-x64
+compiler=vc15
 arch=x64
 thread_safe=0
 configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --with-mcrypt=static 
--without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg 
--disable-phpdbgs
 platform=windows
 
-[build-ts-windows-vc14-x64]
-name=ts-windows-vc14-x64
-compiler=vc14
+[build-ts-windows-vc15-x64]
+name=ts-windows-vc15-x64
+compiler=vc15
 arch=x64
 thread_safe=1
 configure_options=--enable-snapshot-build --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --with-mcrypt=static 
--without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg 
--disable-phpdbgs
diff --git a/data/config/pecl/pecl72_x86.ini b/data/config/pecl/pecl72_x86.ini
index 5b880a9..8e64648 100644
--- a/data/config/pecl/pecl72_x86.ini
+++ b/data/config/pecl/pecl72_x86.ini
@@ -6,22 +6,22 @@ build_location=c:\php-snap-build\php-src\php72\x86
 appver=2015
 debug=0
 pgo=0
-compiler=vc14
+compiler=vc15
 arch=x86
-pecl_deps_base=c:/php-snap-build/dep-aux/vc14/x86
+pecl_deps_base=c:/php-snap-build/dep-aux/vc15/x86
 pecl_non_core_ext_deps_base=c:/pecl-dep-ext
 
-[build-nts-windows-vc14-x86]
-name=nts-windows-vc14-x86
-compiler=vc14
+[build-nts-windows-vc15-x86]
+name=nts-windows-vc15-x86
+compiler=vc15
 arch=x86
 thread_safe=0
 configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --with-mcrypt=static 
--without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg 
--disable-phpdbgs
 platform=windows
 
-[build-ts-windows-vc14-x86]
-name=ts-windows-vc14-x86
-compiler=vc14
+[build-ts-windows-vc15-x86]
+name=ts-windows-vc15-x86
+compiler=vc15
 arch=x86
 thread_safe=1
 configure_options=--enable-snapshot-build --enable-debug-pack 
--without-pdo-mssql --enable-com-dotnet=shared --with-mcrypt=static 
--without-analyzer --without-interbase --with-pdo-odbc --disable-phpdbg 
--disable-phpdbgs


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

Reply via email to