首先下载安装脚本, 使用curl下载, wget也可以, 如果没有这两个命令请自行安装:
cd /usr/local/php/bin/
curl -o go-pear.php http://pear.php.net/go-pear
curl -o go-pear.php http://pear.php.net/go-pear.phar # 如果你的php版本高于php5.3, 执行这条
安装:
php go-pear.php # 回车, 会提示选择安装的东西, 直接回车, 安装全部, 若后面有要选择y/n的, 输入y回车
如果看到下面的一段话就是安装成功:
Run it without parameters to see the available actions, try ‘pear list‘
to see what packages are installed, or ‘pear help‘ for help.
For more information about PEAR, see:
http://pear.php.net/faq.php
http://pear.php.net/manual/
Thanks for using go-pear!
现在就可以使用PHP的扩展库pecl 安装一些PHP 常用扩展了
本文出自 “至善至美” 博客,请务必保留此出处http://xiangjishi.blog.51cto.com/3505168/1726529
原文:http://xiangjishi.blog.51cto.com/3505168/1726529