Commit: 685ef227cbcd40ca80a4fec9a440b89b05aa0b04 Author: Stephen Zarkos <[email protected]> Mon, 23 Sep 2013 13:06:37 -0700 Parents: 373e52c29f6aa8576a50e64452674c3f4b20c5b7 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=685ef227cbcd40ca80a4fec9a440b89b05aa0b04 Log: Add phpmaster.ini config Changed paths: A client/data/config/branch/phpmaster.ini Diff: diff --git a/client/data/config/branch/phpmaster.ini b/client/data/config/branch/phpmaster.ini new file mode 100644 index 0000000..2dfdeb4 --- /dev/null +++ b/client/data/config/branch/phpmaster.ini @@ -0,0 +1,26 @@ +name=master +branch=master +repo_name=phpnet +repo_module=php-src.git +repo_branch=refs/heads/master +build_dir=c:/obj-master +build_location=c:/php-sdk/master/vc11/x86/ +appver=2008 +debug=0 +pgo=1 +compiler=vc11 +arch=x86 + +[build-nts-windows-vc11-x86] +name=nts-windows-vc11-x86 +compiler=vc11 +arch=x86 +configure_options=--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --with-pdo-oci=c:\php-sdk\oracle\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --disable-static-analyze +platform=windows + +[build-ts-windows-vc11-x86] +name=ts-windows-vc11-x86 +compiler=vc11 +arch=x86 +configure_options=--enable-snapshot-build --disable-isapi --enable-debug-pack --disable-nsapi --without-mssql --without-pdo-mssql --without-pi3web --with-pdo-oci=c:\php-sdk\oracle\instantclient_12_1\sdk,shared --with-oci8-12c=c:\php-sdk\oracle\instantclient_12_1\sdk,shared --enable-com-dotnet=shared --with-mcrypt=static --disable-static-analyze +platform=windows -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
