Commit: 6c63f0ecda5583dd81d03a76cbcc417fd1c83166 Author: Anatol Belski <[email protected]> Thu, 13 Aug 2015 10:38:00 +0200 Parents: 882f8f33e8e248206e7b6477dcb30ab8dab2a849 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=6c63f0ecda5583dd81d03a76cbcc417fd1c83166 Log: update 7.0 configs, running vc14 builds now Changed paths: M client/data/config/pecl/pecl70_x64.ini M client/data/config/pecl/pecl70_x86.ini Diff: diff --git a/client/data/config/pecl/pecl70_x64.ini b/client/data/config/pecl/pecl70_x64.ini index f515012..339a34e 100644 --- a/client/data/config/pecl/pecl70_x64.ini +++ b/client/data/config/pecl/pecl70_x64.ini @@ -2,26 +2,26 @@ name=php-7.0 branch=7.0 build_dir=c:/obj build_src_subdir=php-src -build_location=C:\php-sdk\php70\vc11\x64 -appver=2008 +build_location=C:\php-sdk\php70\vc14\x64 +appver=2015 debug=0 pgo=0 -compiler=vc11 +compiler=vc14 arch=x64 -pecl_deps_base=c:/pecl-dep-libs/vc11/x64 +pecl_deps_base=c:/pecl-dep-libs/vc14/x64 pecl_non_core_ext_deps_base=c:/pecl-dep-ext -[build-nts-windows-vc11-x64] -name=nts-windows-vc11-x64 -compiler=vc11 +[build-nts-windows-vc14-x64] +name=nts-windows-vc14-x64 +compiler=vc14 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-vc11-x64] -name=ts-windows-vc11-x64 -compiler=vc11 +[build-ts-windows-vc14-x64] +name=ts-windows-vc14-x64 +compiler=vc14 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/client/data/config/pecl/pecl70_x86.ini b/client/data/config/pecl/pecl70_x86.ini index 1e6c473..e600c82 100644 --- a/client/data/config/pecl/pecl70_x86.ini +++ b/client/data/config/pecl/pecl70_x86.ini @@ -2,26 +2,26 @@ name=php-7.0 branch=7.0 build_dir=c:/obj build_src_subdir=php-src -build_location=C:\php-sdk\php70\vc11\x86 -appver=2008 +build_location=C:\php-sdk\php70\vc14\x86 +appver=2015 debug=0 pgo=0 -compiler=vc11 +compiler=vc14 arch=x86 -pecl_deps_base=c:/pecl-dep-libs/vc11/x86 +pecl_deps_base=c:/pecl-dep-libs/vc14/x86 pecl_non_core_ext_deps_base=c:/pecl-dep-ext -[build-nts-windows-vc11-x86] -name=nts-windows-vc11-x86 -compiler=vc11 +[build-nts-windows-vc14-x86] +name=nts-windows-vc14-x86 +compiler=vc14 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-vc11-x86] -name=ts-windows-vc11-x86 -compiler=vc11 +[build-ts-windows-vc14-x86] +name=ts-windows-vc14-x86 +compiler=vc14 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
