Commit: 2bae53d01c6adabe1f0307207fbf787c1d832e83 Author: Anatol Belski <a...@php.net> Wed, 1 Aug 2018 09:34:18 +0200 Parents: 9a3fbd77fdd413ee884c99761919809b9c818fdf Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=2bae53d01c6adabe1f0307207fbf787c1d832e83 Log: Add ini for 7.3 snaps Changed paths: A data/config/branch/x64/php73.ini A data/config/branch/x86/php73.ini Diff: diff --git a/data/config/branch/x64/php73.ini b/data/config/branch/x64/php73.ini new file mode 100644 index 0000000..eac6bb6 --- /dev/null +++ b/data/config/branch/x64/php73.ini @@ -0,0 +1,33 @@ +name=php-7.3 +branch=7.3 +repo_name=phpnet +repo_module=php-src.git +repo_branch=refs/heads/PHP-7.3 +build_dir=C:/php-snap-build/obj-x64 +build_location=C:/php-snap-build/snap_7.3/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/php73.ini b/data/config/branch/x86/php73.ini new file mode 100644 index 0000000..b10bf5b --- /dev/null +++ b/data/config/branch/x86/php73.ini @@ -0,0 +1,26 @@ +name=php-7.3 +branch=7.3 +repo_name=phpnet +repo_module=php-src.git +repo_branch=refs/heads/PHP-7.3 +build_dir=C:/php-snap-build/obj +build_location=C:/php-snap-build/snap_7.3/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