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

2006-06-19 Thread Tamer Higazi
Hi Peter! This is what I did before and the error-message does still appear on my screen. Do you have any idea what it could else be? Tamer Am Montag, den 19.06.2006, 09:23 +1000 schrieb Peter Hodge: > Hi Tamer, > > You need to edit your php.ini, which is usually located in > /etc/php.ini >

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