PHP4 CGI & PHP5 CLI - Where is my php.ini ?

apichault

Verified User
Joined
Jan 15, 2008
Messages
14
Hello,

I have the following configuration:

Code:
#PHP settings. default_php possible values - 4 or 5
default_php=5
php4_cli=no
php4_cgi=yes
php5_cli=yes
php5_cgi=no

#Possible values - 1.3, 2.0 or 2.2
apache_ver=2.2

I want to put the register_globals to ON for PHP4.
I update the
/usr/local/etc/php4/cgi/php.ini
But when i do phpinfo(), it still off.
Can you help me ?

Thank you,
 
Ok...
In fact, i'm looking for the php.ini (php4 cgi)...

But where is it...? That this the question...:):):)
(I'm a newbie on unix... speak sloooooowwwwly please :))
 
Back
Top