Commit:    599a75f85d11fdfc5578b15dd991515d533f5f62
Author:    Anatol Belski <[email protected]>         Mon, 14 Aug 2017 23:13:09 +0200
Parents:   b2232ea66a0a7f8cbafac040c14075d90d7ad87d
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=599a75f85d11fdfc5578b15dd991515d533f5f62

Log:
prepare config for 7.2 snaps

Changed paths:
  A  data/config/branch/x64/php72.ini
  A  data/config/branch/x86/php72.ini


Diff:
diff --git a/data/config/branch/x64/php72.ini b/data/config/branch/x64/php72.ini
new file mode 100644
index 0000000..0a30908
--- /dev/null
+++ b/data/config/branch/x64/php72.ini
@@ -0,0 +1,26 @@
+name=php-7.2
+branch=7.2
+repo_name=phpnet
+repo_module=php-src.git
+repo_branch=refs/heads/PHP-7.2
+build_dir=C:/php-snap-build/obj-x64
+build_location=C:/php-snap-build/snap_7.2/vc15/x64
+appver=
+debug=0
+pgo=0
+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
diff --git a/data/config/branch/x86/php72.ini b/data/config/branch/x86/php72.ini
new file mode 100644
index 0000000..fccb82e
--- /dev/null
+++ b/data/config/branch/x86/php72.ini
@@ -0,0 +1,26 @@
+name=php-7.2
+branch=7.2
+repo_name=phpnet
+repo_module=php-src.git
+repo_branch=refs/heads/PHP-7.2
+build_dir=C:/php-snap-build/obj
+build_location=C:/php-snap-build/snap_master/vc15/x86
+appver=
+debug=0
+pgo=0
+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

Reply via email to