How to have custom php.ini

jim.thornton

Verified User
Joined
Jan 1, 2008
Messages
334
I have suPHP installed on my system. PHP 5 is the default using FastCGI.

As a default I have Magic Quotes ON but I'm trying to install a script that requires it to be set to off. I tried adding a file called php.ini into the same directory as the install.php but it didn't work. The contents were:

magic_quotes_gpc = Off

That's it.

How can I get the server to load the local php.ini file in addition so that it will turn off the magic quotes?
 
I have the same problem!

I want to set register_globals to OFF in one account only but i can't make it with suPHP and the ".htaccess", i have an error 500.

Thanks
 
Back
Top