PHP Doku:: Downloading PECL extensions - install.pecl.downloads.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchInstallation und KonfigurationInstallation of PECL extensionsDownloading PECL extensions

Ein Service von Reinhard Neidl - Webprogrammierung.

Installation of PECL extensions

<<Introduction to PECL Installations

Installing a PHP extension on Windows>>

Downloading PECL extensions

There are several options for downloading PECL extensions, such as:


2 BenutzerBeiträge:
- Beiträge aktualisieren...
mleer at clingendael dot nl
18.09.2009 13: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
3.05.2009 12: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



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)