PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Windows 用户的 PECL> <PECL 扩展库安装
Last updated: Sun, 25 Nov 2007

view this page in

下载 PECL 扩展库

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

  • » http://pecl.php.net/ PECL 网站包括有 PHP 开发组提供的不同扩展库的信息。这里的信息包括:更新记录,版本说明,需求,以及其它信息。
  • pear download extname PECL 网站中列出的 PECL 扩展库的发行版本可以用 » pear 命令来下载和安装。也可以指明具体的修正版。
  • CVS 大多数 PECL 扩展库也在 CVS 中。其 web 页面见 » http://cvs.php.net/pecl/。要直接从 CVS 中下载,用以下命令,其中用户 cvsread 的密码是 phpfi

    $ cvs -d:pserver:cvsread@cvs.php.net:/repository login
    $ cvs -d:pserver:cvsread@cvs.php.net:/repository co pecl/extname
         

  • Windows 下载 Windows 用户可以通过在 » PHP 下载页面下载 Collection of PECL modules 来找到已编译的 PECL 可执行程序,或下载 » PECL Snapshot。要在 Windows 下编译 PHP,请阅读有关章节


add a note add a note User Contributed Notes
下载 PECL 扩展库
cweiske at php dot net
03-May-2009 10: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

Windows 用户的 PECL> <PECL 扩展库安装
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites