Commit: e6f7bf36d790c84ed9a351bdd761f2728e1b5e9b Author: Anatol Belski <[email protected]> Mon, 14 Aug 2017 23:14:33 +0200 Parents: 599a75f85d11fdfc5578b15dd991515d533f5f62 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=e6f7bf36d790c84ed9a351bdd761f2728e1b5e9b Log: fix path Changed paths: M data/config/branch/x86/php72.ini Diff: diff --git a/data/config/branch/x86/php72.ini b/data/config/branch/x86/php72.ini index fccb82e..773f73c 100644 --- a/data/config/branch/x86/php72.ini +++ b/data/config/branch/x86/php72.ini @@ -4,7 +4,7 @@ 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 +build_location=C:/php-snap-build/snap_7.2/vc15/x86 appver= debug=0 pgo=0 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
