Commit: ed093b00beedca0fa5f73e7d98a6e87f5522debd Author: Anatol Belski <[email protected]> Sat, 13 May 2017 22:49:40 +0200 Parents: 645ed311e2eae44fd152bbb5cbd689a2589c56e5 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=ed093b00beedca0fa5f73e7d98a6e87f5522debd Log: adjust 7.1 paths Changed paths: M data/config/branch/x64/php71.ini M data/config/branch/x86/php71.ini Diff: diff --git a/data/config/branch/x64/php71.ini b/data/config/branch/x64/php71.ini index 92c4c3d..d2e12e8 100644 --- a/data/config/branch/x64/php71.ini +++ b/data/config/branch/x64/php71.ini @@ -3,8 +3,8 @@ branch=7.1 repo_name=phpnet repo_module=php-src.git repo_branch=refs/heads/PHP-7.1 -build_dir=d:/obj-x64 -build_location=c:/php-sdk/snap_7_1/vc14/x64/ +build_dir=C:/php-snap-build/obj-x64 +build_location=C:/php-snap-build/snap_7.1/vc14/x64/ appver=2008 debug=0 pgo=0 diff --git a/data/config/branch/x86/php71.ini b/data/config/branch/x86/php71.ini index d3e0549..f083205 100644 --- a/data/config/branch/x86/php71.ini +++ b/data/config/branch/x86/php71.ini @@ -3,8 +3,8 @@ branch=7.1 repo_name=phpnet repo_module=php-src.git repo_branch=refs/heads/PHP-7.1 -build_dir=d:/obj -build_location=c:/php-sdk/snap_7_1/vc14/x86/ +build_dir=C:/php-snap-build/obj +build_location=C:/php-snap-build/snap_7.1/vc14/x86/ appver=2008 debug=0 pgo=0 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
