Commit: 0eb5290b0d88f3d7cb8eb06ca10f2ec6e2c2f60a Author: Anatol Belski <[email protected]> Wed, 28 Jan 2015 19:06:18 +0100 Parents: b3f08eb5658710b505f2bf0fdc029eb878f1bc10 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=0eb5290b0d88f3d7cb8eb06ca10f2ec6e2c2f60a Log: added php7 configs Changed paths: A client/data/config/pecl/pecl70_x64.ini A 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 new file mode 100644 index 0000000..a9f2b2c --- /dev/null +++ b/client/data/config/pecl/pecl70_x64.ini @@ -0,0 +1,30 @@ +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 +debug=0 +pgo=0 +compiler=vc11 +arch=x64 +pecl_deps_base=c:/pecl-dep-libs/vc11/x64 +pecl_non_core_ext_deps_base=c:/pecl-dep-ext + +[build-nts-windows-vc11-x64] +name=nts-windows-vc11-x64 +compiler=vc11 +arch=x64 +thread_safe=0 +configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +;configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --disable-static-analyze +platform=windows + +[build-ts-windows-vc11-x64] +name=ts-windows-vc11-x64 +compiler=vc11 +arch=x64 +thread_safe=1 +configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +;configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --disable-static-analyze +platform=windows diff --git a/client/data/config/pecl/pecl70_x86.ini b/client/data/config/pecl/pecl70_x86.ini new file mode 100644 index 0000000..ed13f8e --- /dev/null +++ b/client/data/config/pecl/pecl70_x86.ini @@ -0,0 +1,30 @@ +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 +debug=0 +pgo=0 +compiler=vc11 +arch=x86 +pecl_deps_base=c:/pecl-dep-libs/vc11/x86 +pecl_non_core_ext_deps_base=c:/pecl-dep-ext + +[build-nts-windows-vc11-x86] +name=nts-windows-vc11-x86 +compiler=vc11 +arch=x86 +thread_safe=0 +configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +;configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --disable-static-analyze +platform=windows + +[build-ts-windows-vc11-x86] +name=ts-windows-vc11-x86 +compiler=vc11 +arch=x86 +thread_safe=1 +configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --without-analyzer +;configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --enable-com-dotnet=shared --with-mcrypt=static --disable-static-analyze +platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
