Re: [PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!

2006-06-18 Thread Peter Hodge
Hi Tamer, You need to edit your php.ini, which is usually located in /etc/php.ini or /usr/local/php/etc/php.ini or something like that (there are ways to find it easily). Inside php.ini you will find a line which says: register_argc_argv = Off And you need to change it to register_arg

[Fwd: [PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!]

2006-06-18 Thread Tamer Higazi
I forgot to wrote My php configuration is: './configure' '--enable-memory-limit' '--enable-force-cgi-redirect' '--enable-track-vars' '--with-pcre-regex' '--with-mysql=/usr/local/mysql' '--without-mm' '--enable-fastcgi' '--enable-zend-multibyte' Tamer --- Begin Message --- Hi! I have PHP 5.1.

[PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!

2006-06-18 Thread Tamer Higazi
Hi! I have PHP 5.1.4 as a fast-cgi installation on my linux machine. However, I can't run PEAR, even after I have followed the installation instructions in detail. The errormessage: ERROR: either use the CLI php executable, or set register_argc_argv=On in php.ini For any help, solving my problem