php.ini

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
jeffz2010
Forum Newbie
Posts: 10
Joined: Sat Nov 28, 2009 8:40 am

php.ini

Post by jeffz2010 »

I have shell access to VPS.
Using PuTTY, I changed:

Code: Select all

 
magic_quotes_gpc = Off
 
I expected that it affects Master Value, but it did not.
Actually it did not affect Local value as well.

Just like changes in php.ini had no effect.

.htaccess flagging works fine.

I'd be grateful, if anyone can help me understand this?

-----------------
php 5.2.10 (Zend: 2.2.0) as Apache Mod
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: php.ini

Post by AbraCadaver »

Did you restart Apache after the change?
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
jeffz2010
Forum Newbie
Posts: 10
Joined: Sat Nov 28, 2009 8:40 am

Re: php.ini

Post by jeffz2010 »

sorry ... been away for a few days (RR)
nope ...
so I gather, this is the reason ...
Post Reply