Hello
As a webhoster, I am receiving many questions about how to disable magic_quotes_gpc.
A default installation of Joomla asks to disable magic_quotes_gpc.
We are running PHP 5.3
I am wondering, because the function is deprecated in PHP 5.3 ,
should I, as a webhoster, disable magic_quotes_gpc serverwide?
What could be the consequences to currently installed scripts / sites when disabling magic_quotes_gpc serverwide?
Currently my PHP.ini shows
;magic_quotes_gpc = Off
this seems to be default on all php 5.3 installs.
is there a reason for it? If yes, what is the reason?
As a webhoster, I am receiving many questions about how to disable magic_quotes_gpc.
A default installation of Joomla asks to disable magic_quotes_gpc.
We are running PHP 5.3
I am wondering, because the function is deprecated in PHP 5.3 ,
should I, as a webhoster, disable magic_quotes_gpc serverwide?
What could be the consequences to currently installed scripts / sites when disabling magic_quotes_gpc serverwide?
Currently my PHP.ini shows
;magic_quotes_gpc = Off
this seems to be default on all php 5.3 installs.
is there a reason for it? If yes, what is the reason?