Encontre este comentario de un usuario en la pagina de php:
magic_quotes_gpc is another setting that when changed has no effect on your script at all. This is because the variables in $_POST/$_GET/$_COOKIE are already setup by the time you are able to call ini_set()
Entonces, no hay forma de setear magic_quotes?