2016-05-06 19 views
0

CURLはphpbrewで動作していません。phpのバージョンやPHPの拡張機能、またはcurlを使用するものをインストールすると、スクリプトは終了しません。PHPbrewの接続タイムアウト

アイデア?

phpbrew ext install xdebug         
Warning: Some extension won't be able to be built with php7. If the extension 
supports php7 in another branch or new major version, you will need to specify 
the branch name or version name explicitly. 

For example, to install memcached extension for php7, use: 

    phpbrew ext install github:php-memcached-dev/php-memcached php7 -- --disable-memcached-sasl 

CurlKit\CurlException: (28) Resolving timed out after 10524 milliseconds 
Trace: 

    0) CurlKit\CurlDownloader->request('https://pecl.php.net/rest/r/xdebug/stable.txt') 
    1) PhpBrew\Extension\Provider\PeclProvider->getPackageXml('xdebug', 'stable') 
    2) PhpBrew\Extension\Provider\PeclProvider->buildPackageDownloadUrl('stable') 
    3) PhpBrew\Extension\ExtensionDownloader->download(PhpBrew\Extension\Provider\PeclProvider, 'stable') 
    4) PhpBrew\Command\ExtensionCommand\InstallCommand->execute('xdebug') 
    5) call_user_func_array([PhpBrew\Command\ExtensionCommand\InstallCommand, 'execute'], ['xdebug']) 
    6) CLIFramework\CommandBase->executeWrapper(['xdebug']) 
    7) CLIFramework\Application->run(['/usr/local/bin/phpbrew', 'ext', 'install', 'xdebug']) 
    8) PhpBrew\Console->runWithTry(['/usr/local/bin/phpbrew', 'ext', 'install', 'xdebug']) 
    9) require('phar:///usr/local/bin/phpbrew/scripts/phpbrew-emb.php') 
+0

It'saネットワークの問題を、ないPHP/cURLの。それはDNSの問題のように私に見えます。 –

+0

私はネット上を適切にサーフィンしています。私はいつもCurl DNSの解決にいくつか問題がありました。私はubuntu 14.04 LTSを使用しています(特別なネットワーク構成はありません) – Serginho

答えて