Wednesday, March 9, 2011

a temporary solution for PEAR Install with PHP5.3

I met a Bug of PHP(still doesn't fixed yet) about halt_compiler function which caused installing PEAR fail.

php go-pear.phar


This command doesn't work in PHP5.3

To fix(for the time being) it, use this command:

php -ddetect_unicode=0 go-pear.phar