自刨自吃,闲云野鹤,眼净心净,天宽地宽。
Posts tagged pear
WAMP crashes easily those days: Some notes on PHP configuration
2
I’ve upgrade my WAMP(Windows+Apache+MySQL+PHP) to lastest versions, but Apache crashes more often then it used to be due to incorrect configuring PHP. Now I’ve finially got a stably working development environment. And here is some notes: go-pear.bat dose not work. When initializing as usual using go-pear.bat command, I got an error message: 12phar "E:\HTTPD\php-5.3.0-Win32-VC9-x86\PEAR\go-pear.phar" does [...]
在 Linux 下用 PEAR 安装 Symfony 出现错误的解决方案
0
开发环境: Slackware Linux 12.0 Apache httpd-2.2.6 PHP 5.2.5 PEAR 1.6.2 根据官方文档,用 PEAR 安装 Symfony的命令如下: 12pear channel-discover pear.symfony-project.com pear install symfony/symfony 但是运行 channel-discover 的时候报错:Discovery of channel “pear.symfony-project.com” failed。 原因:PEAR 本身的 bug,不支持 channel 的 url 中包含 – 字符。 解决方法:用命令 pear upgrade -f PEAR-1.4.6 把 PEAR 降级到 1.4.6 版,然后正常安装,再用命令 pear upgrade-all 升级 PEAR。 或者应用 PEAR 的 Bug #6960 [...]
Recent Comments