欢迎各位兄弟 发布技术文章
这里的技术是共享的
1. 安装 $wget http://pear.php.net/go-pear.phar
2. 配置 $php go-pear.phar
1. Installation base ($prefix) : /opt/php5
2. Temporary directory for processing : /tmp/pear/install
3. Temporary directory for downloads : /tmp/pear/install
4. Binaries directory : /opt/php5/bin
5. PHP code directory ($php_dir) : /opt/php5/lib/php
6. Documentation directory : /opt/php5/docs
7. Data directory : /opt/php5/data
8. User-modifiable configuration files directory : /opt/php5/cfg
9. Public Web Files directory : /opt/php5/www
10. Tests directory : /opt/php5/tests
11. Name of configuration file : /opt/php5/etc/pear.conf
根据需要修改配置即可.
3. 常用命令
pear 查看所有pear相关命令
pear list 查看已经安装的package
pear config-show 查看pear的配置
pear config-get 查看某项配置
pear config-set 设置某项配置
来自 http://www.cnblogs.com/DavidYan/articles/2113693.html