pear.php.net is using a unsupported protocal - This should never

pearでHTML_QuickFromをインストールしようと、
# pear install HTML_QuickFrom


としたら下記のエラーでインストールできず。
pear.php.net is using a unsupported protocal - This should never happen.
install failed


下記に解決方法が。
http://d.hatena.ne.jp/shimooka/20090901/1251785295


PHP5.2.9、5.2.10、5.2.11はpearのチャンネルファイルが壊れているらしい。。
下記でチャンネルファイルを修復。
# cd `pear config-get php_dir`
# mv .channels .channels-broken
# pear update-channels



# pear install HTML_QuickFrom
インストールできたけど、警告がでた。
WARNING: "pear/HTML_QuickForm" is deprecated in favor of "pear/HTML_QuickForm2"
WARNING: "pear/HTML_Common" is deprecated in favor of "pear/HTML_Common2"


HTML_QuickForm2ってあるんだ。。