Commit: 1741c0fb1da68f1d4688e5c6b266fb0fe3874d00 Author: Anatol Belski <[email protected]> Tue, 21 Apr 2015 10:16:28 +0200 Parents: e51d0abad6b30c1de1d5b3394248918960e43894 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=1741c0fb1da68f1d4688e5c6b266fb0fe3874d00 Log: add basic packagist55.ini Changed paths: A client/data/config/packagist/packagist55.ini Diff: diff --git a/client/data/config/packagist/packagist55.ini b/client/data/config/packagist/packagist55.ini new file mode 100644 index 0000000..296e3db --- /dev/null +++ b/client/data/config/packagist/packagist55.ini @@ -0,0 +1,42 @@ +name=php-5.5 +branch=5.5 +build_dir=c:/obj-packagist +build_src_subdir=php-5.5.24-src +build_location=C:\php-sdk\php55\vc11\x86 +debug=0 +pgo=0 +compiler=vc11 +pecl_deps_base=c:/pecl-dep-libs/vc11/x86 + +[build-nts-windows-vc11-x86] +name=nts-windows-vc11-x86 +compiler=vc11 +arch=x86 +thread_safe=0 +platform=windows +sdk_path=C:\php-devel\nts\php-5.5.24-devel-VC11-x86 + +[build-ts-windows-vc11-x86] +name=ts-windows-vc11-x86 +compiler=vc11 +arch=x86 +thread_safe=1 +platform=windows +sdk_path=C:\php-devel\ts\php-5.5.24-devel-VC11-x86 + +[build-nts-windows-vc11-x64] +name=nts-windows-vc11-x64 +compiler=vc11 +arch=x64 +thread_safe=0 +platform=windows +sdk_path=C:\php-devel\nts\php-5.5.24-devel-VC11-x64 + +[build-ts-windows-vc11-x64] +name=ts-windows-vc11-x64 +compiler=vc11 +arch=x64 +thread_safe=1 +platform=windows +sdk_path=C:\php-devel\ts\php-5.5.24-devel-VC11-x64 + -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
