我已经从 PPA 安装了 PHP 5.6 http://ppa.launchpad.net/ondrej/php/ubuntu
。
所有软件包都被称为 php5.6-whatever。
该 PPA 中没有 php5.6-pear。
如何安装 php5.6-pear?
答案1
我遇到了同样的问题。安装 php5.6-dev 包并调整默认的 php 二进制文件,如中所述https://github.com/oerdnj/deb.sury.org/wiki/PECL-Installation为我做了:
apt-get install php5.6-dev
update-alternatives --set php /usr/bin/php5.6
update-alternatives --set php-config /usr/bin/php-config5.6
update-alternatives --set phpize /usr/bin/phpize5.6
然后它将按预期工作:
pecl channel-update pecl.php.net
Updating channel "pecl.php.net"
Update of Channel "pecl.php.net" succeeded