Commit: a59c933b16c32508553d8b6b4ad315549a739e15 Author: Anatol Belski <[email protected]> Mon, 31 Jul 2017 09:11:15 +0200 Parents: 63ff3d4e182cd7dd39178a9f2882b14937ecc7b6 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=a59c933b16c32508553d8b6b4ad315549a739e15 Log: add 7.2 configs Changed paths: A data/config/pecl/pecl72_x64.ini A data/config/pecl/pecl72_x86.ini Diff: diff --git a/data/config/pecl/pecl72_x64.ini b/data/config/pecl/pecl72_x64.ini new file mode 100644 index 0000000..9dafa5e --- /dev/null +++ b/data/config/pecl/pecl72_x64.ini @@ -0,0 +1,28 @@ +name=php-7.2 +branch=7.2 +build_dir=c:/obj +build_src_subdir=php-src +build_location=c:\php-snap-build\php-src\php72\x64 +appver=2015 +debug=0 +pgo=0 +compiler=vc14 +arch=x64 +pecl_deps_base=c:/php-snap-build/dep-aux/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/data/config/pecl/pecl72_x86.ini b/data/config/pecl/pecl72_x86.ini new file mode 100644 index 0000000..5b880a9 --- /dev/null +++ b/data/config/pecl/pecl72_x86.ini @@ -0,0 +1,28 @@ +name=php-7.2 +branch=7.2 +build_dir=c:/obj +build_src_subdir=php-src +build_location=c:\php-snap-build\php-src\php72\x86 +appver=2015 +debug=0 +pgo=0 +compiler=vc14 +arch=x86 +pecl_deps_base=c:/php-snap-build/dep-aux/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
