Options for PHP may be configured by one or more of the following:
magic_quotes_gpc = off
<IfModule mod_php4.c> php_value post_max_size 20971520 php_flag magic_quotes_gpc off </IfModule>
ini_set("magic_quotes", "off");