PHP syntax error when installing pear on mac OS X 10.6.6 -


i'm trying (with problems) install pear on system, mac osx 10.6.6

php works ok, apache , mysql.

on /usr/local followed instructions:

$ curl http://pear.php.net/go-pear.phar  $ php go-pear.phar 

and get

php:  syntax error, unexpected bool_false in /private/etc/php.ini on line 1050 

i'm not sure what's wrong php.ini.

you can use:

$ php -d detect_unicode=0 go-pear.phar 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -