Pecl の xhprof をインストールしようとしたら、
以下のエラーが出た。
pecl install xhprof
↓
Failed to download pecl/xhprof within preferred state "stable", latest release is version 0.9.3, stability "beta", use "channel://pecl.php.net/xhprof-0.9.3" to install
install failed
「channel://pecl.php.net/xhprof-0.9.3」を使えと・・・。
以下のようにチャンネルを指定すれOK。
pecl install xhprof channel://pecl.php.net/xhprof-0.9.3