Installing PECL command on a Linux box

PECL is a command that comes with PEAR.
PECL allows you to load PHP extensions which are programmed in C.

to install it use the package manager that comes with your brand of Linux:
apt-get install php5-pear
or
yum install php-pear
or...
rpm php-pear


comments powered by Disqus