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 设置某项配置

相关文章:

  • 2022-12-23
  • 2021-09-20
  • 2022-02-08
  • 2022-02-04
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2021-06-15
  • 2021-10-12
  • 2021-05-30
  • 2021-09-05
  • 2021-08-29
  • 2021-11-07
相关资源
相似解决方案