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?
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?