Commit: 71c53d0daac679f9d4583c781aba2527a11ba9ae Author: Mat Berchtold <[email protected]> Wed, 13 Feb 2019 18:32:05 +0100 Committer: Christoph M. Becker <[email protected]> Fri, 22 Mar 2019 17:29:03 +0100 Parents: 57a6c768d4a450094fbdc92cb82850cb8a217f24 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=71c53d0daac679f9d4583c781aba2527a11ba9ae Log: Add ini for php 7.4 snaps Changed paths: A data/config/branch/x64/php74.ini A data/config/branch/x86/php74.ini Diff: diff --git a/data/config/branch/x64/php74.ini b/data/config/branch/x64/php74.ini new file mode 100644 index 0000000..cb5e1eb --- /dev/null +++ b/data/config/branch/x64/php74.ini @@ -0,0 +1,33 @@ +name=php-7.4 +branch=7.4 +repo_name=phpnet +repo_module=php-src.git +repo_branch=refs/heads/PHP-7.4 +build_dir=C:/php-snap-build/obj-x64 +build_location=C:/php-snap-build/snap_7.4/vc15/x64 +appver= +debug=0 +pgo=1 +compiler=vc15 +arch=x64 + +[build-nts-windows-vc15-x64] +name=nts-windows-vc15-x64 +compiler=vc15 +arch=x64 +configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --without-analyzer +platform=windows + +[build-ts-windows-vc15-x64] +name=ts-windows-vc15-x64 +compiler=vc15 +arch=x64 +configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --without-analyzer +platform=windows + +[build-nts-windows-vc15-x64-avx] +name=nts-windows-vc15-x64 +compiler=vc15 +arch=x64 +configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared --with-oci8-12c=c:/php-snap-build/deps_aux/oracle/x64/instantclient_12_1/sdk,shared --enable-com-dotnet=shared --without-analyzer --enable-native-intrinsics=avx +platform=windows diff --git a/data/config/branch/x86/php74.ini b/data/config/branch/x86/php74.ini new file mode 100644 index 0000000..9714c85 --- /dev/null +++ b/data/config/branch/x86/php74.ini @@ -0,0 +1,26 @@ +name=php-7.4 +branch=7.4 +repo_name=phpnet +repo_module=php-src.git +repo_branch=refs/heads/PHP-7.4 +build_dir=C:/php-snap-build/obj +build_location=C:/php-snap-build/snap_7.4/vc15/x86 +appver= +debug=0 +pgo=1 +compiler=vc15 +arch=x86 + +[build-nts-windows-vc15-x86] +name=nts-windows-vc15-x86 +compiler=vc15 +arch=x86 +configure_options=--enable-snapshot-build --disable-zts --enable-debug-pack --with-pdo-oci=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --without-analyzer +platform=windows + +[build-ts-windows-vc15-x86] +name=ts-windows-vc15-x86 +compiler=vc15 +arch=x86 +configure_options=--enable-snapshot-build --enable-debug-pack --with-pdo-oci=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-snap-build\deps_aux\oracle\x86\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --without-analyzer +platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
