PHP magic_quotes* not set by ASL
Posted: Mon May 26, 2014 6:24 am
There are variables in the ASL configuration (/etc/asl/config) that imply that they control the PHP directives 'magic_quotes_gpc' and 'magic_quotes_runtime'. However, it appears that they are not working.
/etc/asl/config:
Let ASL write the configuration:
/etc/php.ini:
I would expect ASL to set at least the 'magic_quotes_gpc' and 'magic_quotes_runtime' directives to 'On'.
/etc/asl/config:
Code: Select all
PHP_MAGIC_QUOTES_GPC="on"
PHP_MAGIC_QUOTES_RUNTIME="on"
Code: Select all
asl -s -f
Code: Select all
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off