這裡說明如何在 CentOS, Ubuntu 系統安裝 pecl
CentOS則透過下方指令安裝 PECL
yum install php-pear php-devel -y
Ubuntu 則透過下方指令安裝 PECL
apt-get install php-pear php5-dev