kikukawa's diary

都内で活動するシステムエンジニアが書いてます。 興味を持った技術やハマったポイント、自分用メモをつけてます。 最近はweb中心

2013-06-01から1ヶ月間の記事一覧

Discovering channel pear.channel.com over http:// failed with message: channel-add: Cannot open "http://pear.channel.com/channel.xml" (Connection to `my-proxy:proto' failed: 接続がタイムアウトしました)

PHP

Pearのチャネルを追加しようとしたら、コネクションタイムアウトでエラーになりました。 # pear channel-discover pear.channel.com Discovering channel pear.channel.com over http:// failed with message: channel-add: Cannot open "http://pear.channe…

AWS SDK for PHPの1系をインストール

既存のプロジェクトで、5.2系を使用しているため、どうしても1系をインストールする必要がありました。 チャネルの追加 # pear channel-discover pear.amazonwebservices.com Adding Channel "pear.amazonwebservices.com" succeeded Discovery of channel "…