And, at some hosts you have to change the settings in htaccess as opposed to php.ini. On Fri, May 9, 2008 at 12:53 PM, André Medeiros <andre.caum@xxxxxxxxx> wrote: > I'm not sure PHP5 would read php.ini from that directory. > > You should take in account that your hosting company may _NOT_ allow > you to change certain parameters. That said, try visiting > http://us2.php.net/configuration.changes and see how that works for > you. > > Good luck > > On Fri, May 9, 2008 at 4:47 PM, Michael Satterwhite <michael@xxxxxxxxxxx> > wrote: > > I'm trying to turn off magic quotes for a site. I've copied the php.ini > > from /etc/php5/apache2 to the web site directory. In this file, I've > changed > > magic_quotes_gpc to read > > magic_quotes.gpc = Off > > > > When I run phpinfo() from this directory, it still shows magic quotes as > being > > on. I'm guessing there is another configuration parameter (either in the > > Apache configuration or for php) that allows this to be processed. Would > > someone be so kind as to help me here; I admit ignorance. > > > > ---Michael > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >