Commit: d688a3745af9fb6429fd19f8ccff890e1f5f7552 Author: Anatol Belski <[email protected]> Tue, 2 Aug 2016 20:29:49 +0200 Parents: c8573e4af121cceb9890a9e5256e31d7550b7b1e Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=d688a3745af9fb6429fd19f8ccff890e1f5f7552 Log: add 7.1 configs Changed paths: A client/data/config/pecl/pecl71_x64.ini A client/data/config/pecl/pecl71_x86.ini Diff: diff --git a/client/data/config/pecl/pecl71_x64.ini b/client/data/config/pecl/pecl71_x64.ini new file mode 100644 index 0000000..3e490f4 --- /dev/null +++ b/client/data/config/pecl/pecl71_x64.ini @@ -0,0 +1,28 @@ +name=php-7.1 +branch=7.1 +build_dir=c:/obj +build_src_subdir=php-src +build_location=C:\php-sdk\php71\vc14\x64 +appver=2015 +debug=0 +pgo=0 +compiler=vc14 +arch=x64 +pecl_deps_base=c:/pecl-dep-libs/vc14/x64 +pecl_non_core_ext_deps_base=c:/pecl-dep-ext + +[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-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 +platform=windows diff --git a/client/data/config/pecl/pecl71_x86.ini b/client/data/config/pecl/pecl71_x86.ini new file mode 100644 index 0000000..7103e73 --- /dev/null +++ b/client/data/config/pecl/pecl71_x86.ini @@ -0,0 +1,28 @@ +name=php-7.1 +branch=7.1 +build_dir=c:/obj +build_src_subdir=php-src +build_location=C:\php-sdk\php71\vc14\x86 +appver=2015 +debug=0 +pgo=0 +compiler=vc14 +arch=x86 +pecl_deps_base=c:/pecl-dep-libs/vc14/x86 +pecl_non_core_ext_deps_base=c:/pecl-dep-ext + +[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-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 +platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
