I have a site that is using Drupal 7.0 and I’m noticing some magic quotes issues.
According to phpinfo, the local value is off and the master value is on. Is there any way to get the master value turned off? Do I need a custom php.ini file for the website?
[FONT=sans-serif][CENTER][SIZE=12px]Directive[/SIZE][/CENTER][CENTER][SIZE=12px]Local Value[/SIZE][/CENTER][CENTER][SIZE=12px]Master Value[/SIZE][/CENTER][/FONT]
[FONT=sans-serif][SIZE=12px]magic_quotes_gpc[/SIZE] [SIZE=12px]Off[/SIZE] [SIZE=12px]On[/SIZE]
[SIZE=12px]magic_quotes_runtime[/SIZE] [SIZE=12px]Off[/SIZE] [SIZE=12px]Off[/SIZE]
[SIZE=12px]magic_quotes_sybase[/SIZE] [SIZE=12px]Off[/SIZE] [SIZE=12px]
Off[/SIZE][/FONT]