幸福飞过海 - path
https://fengqi.me/tag/path/
-
[总结]Linux下安装php的pear和pecl
https://fengqi.me/php/117.html
2013-05-08T02:21:00+00:00
参考链接: Linux上安装php的pear首先下载安装脚本, 使用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回车
[...]