PECL 扩展库安装
在线手册:中文 英文
PHP手册

下载 PECL 扩展库

下载 PECL 扩展库有几种方法,如:


PECL 扩展库安装
在线手册:中文 英文
PHP手册
PHP手册 - N: 下载 PECL 扩展库

用户评论:

jeremy dot crombez at gmail dot com (20-Mar-2012 01:17)

On Debian Squeeze, you can simply do :

aptitude install libssh2-php

mleer at clingendael dot nl (18-Sep-2009 12:11)

If you get "pear.php.net is using a unsupported protocal" [sic!] do:
cd /usr/local/lib/php
rm -r .channels
pear update-channels

cweiske at php dot net (03-May-2009 11:58)

When using "pecl install package", you might run into a memory limit problem. Solution is to use "pear install pecl/$extensionname" since it uses php.ini's memory limit.

See also:
- http://pear.php.net/bugs/bug.php?id=15107
- http://aspn.activestate.com/ASPN/Mail/Message/pear-dev/3168978