Commit: d43e6bd6f6dd0bda14a79a4ed0b337c4e854d934 Author: Anatol Belski <[email protected]> Thu, 23 Mar 2017 17:43:39 +0100 Parents: 070984537cf74b68d82f264f9aa137379ef4c8a6 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=d43e6bd6f6dd0bda14a79a4ed0b337c4e854d934 Log: move master snaps to vc15 Changed paths: M data/config/branch/x64/phpmaster.ini M data/config/branch/x86/phpmaster.ini Diff: diff --git a/data/config/branch/x64/phpmaster.ini b/data/config/branch/x64/phpmaster.ini index 941a5de..2bc9880 100644 --- a/data/config/branch/x64/phpmaster.ini +++ b/data/config/branch/x64/phpmaster.ini @@ -4,23 +4,23 @@ repo_name=phpnet repo_module=php-src.git repo_branch=refs/heads/master build_dir=C:/php-snap-build/obj-x64 -build_location=C:/php-snap-build/snap_master/vc14/x64 +build_location=C:/php-snap-build/snap_master/vc15/x64 appver= debug=0 pgo=0 -compiler=vc14 +compiler=vc15 arch=x64 -[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 configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --without-analyzer 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 configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-sdk/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --without-analyzer platform=windows diff --git a/data/config/branch/x86/phpmaster.ini b/data/config/branch/x86/phpmaster.ini index 46bd53a..2dae7d2 100644 --- a/data/config/branch/x86/phpmaster.ini +++ b/data/config/branch/x86/phpmaster.ini @@ -4,23 +4,23 @@ repo_name=phpnet repo_module=php-src.git repo_branch=refs/heads/master build_dir=C:/php-snap-build/obj -build_location=C:/php-snap-build/snap_master/vc14/x86 +build_location=C:/php-snap-build/snap_master/vc15/x86 appver= debug=0 pgo=0 -compiler=vc14 +compiler=vc15 arch=x86 -[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 configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --without-analyzer 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 configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\x86\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --without-analyzer platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
