they work, but you still have to control that settings in php.ini [or override them in your PHP script]. use "ini_set" function. here is an example:
ini_set("magic_quotes_gpc","1")
and read both:
- magic_quotes_gpc
- magic_quotes_runtime
now you will surely make it work.