Quote:
Originally Posted by mephisto
Which version of php are you using? In php 5 they are disabled by default, php 6 is not even going to support them.
|
Our reseller package uses php 5, but phpinfo() says
magic_quotes_gpc On
Quote:
php_flag magic_quotes_gpc off
php_value magic_quotes_gpc 0
|
I've tried both of these and get the following in the error log.
Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration
Any ideas?