Commit: aeaba4b151b37afff2f4c67960df3cb4062e2053 Author: Anatol Belski <[email protected]> Mon, 24 Mar 2014 13:15:28 +0100 Parents: 834a3b0ed790304e341fc3c1bc4dfdc97171d236 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=aeaba4b151b37afff2f4c67960df3cb4062e2053 Log: add 5.6 pecl configs, yet for alpha Changed paths: A client/data/config/pecl/pecl56_x64.ini A client/data/config/pecl/pecl56_x86.ini Diff: diff --git a/client/data/config/pecl/pecl56_x64.ini b/client/data/config/pecl/pecl56_x64.ini new file mode 100644 index 0000000..7abfb40 --- /dev/null +++ b/client/data/config/pecl/pecl56_x64.ini @@ -0,0 +1,28 @@ +name=php-5.6 +branch=5.6 +build_dir=c:/obj +build_src_subdir=php-5.6.0alpha3-src +build_location=C:\php-sdk\php56\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 +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 +platform=windows diff --git a/client/data/config/pecl/pecl56_x86.ini b/client/data/config/pecl/pecl56_x86.ini new file mode 100644 index 0000000..bab1630 --- /dev/null +++ b/client/data/config/pecl/pecl56_x86.ini @@ -0,0 +1,28 @@ +name=php-5.6 +branch=5.6 +build_dir=c:/obj +build_src_subdir=php-5.6.0alpha3-src +build_location=C:\php-sdk\php56\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 +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 +platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
