Commit: 0b28a3c77bc2856848267ec62b3f8de290f26f80 Author: Anatol Belski <[email protected]> Tue, 21 Apr 2015 10:24:56 +0200 Parents: 2f4ff8f4a4b90a66e89367be238c69b08fa58325 Branches: master pecl_legacy
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=0b28a3c77bc2856848267ec62b3f8de290f26f80 Log: remove unused packagist config Changed paths: M client/data/config/packagist/packagist55.ini M client/data/config/packagist/packagist56.ini M client/data/config/packagist/packagist70.ini Diff: diff --git a/client/data/config/packagist/packagist55.ini b/client/data/config/packagist/packagist55.ini index 296e3db..f0c7240 100644 --- a/client/data/config/packagist/packagist55.ini +++ b/client/data/config/packagist/packagist55.ini @@ -1,8 +1,6 @@ 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 diff --git a/client/data/config/packagist/packagist56.ini b/client/data/config/packagist/packagist56.ini index 61ec4cd..25cadc4 100644 --- a/client/data/config/packagist/packagist56.ini +++ b/client/data/config/packagist/packagist56.ini @@ -1,8 +1,6 @@ name=php-5.6 branch=5.6 build_dir=c:/obj-packagist -build_src_subdir=php-5.6.8-src -build_location=C:\php-sdk\php55\vc11\x86 debug=0 pgo=0 compiler=vc11 diff --git a/client/data/config/packagist/packagist70.ini b/client/data/config/packagist/packagist70.ini index 03690db..9392ab6 100644 --- a/client/data/config/packagist/packagist70.ini +++ b/client/data/config/packagist/packagist70.ini @@ -1,8 +1,6 @@ name=php-7.0 branch=7.0 build_dir=c:/obj-packagist -build_src_subdir=php-7.0.0-dev-src -build_location=C:\php-sdk\php55\vc11\x86 debug=0 pgo=0 compiler=vc11 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
