Dang, that's a shame that disabling it in your .htaccess file doesn't do the 
trick. I was hoping it would work since that's the quickest and easiest 
solution without editing php.ini. And it's guaranteed to shut it off.

I assume that your web host can't/won't disable this option on your account? 
If it's shared hosting they generally can't easily disable something like 
that without impacting everyone else on the server. If it absolutely cannot 
be disabled via the php.ini file (for whatever reason), then try adding the 
following to your app.php and app_dev.php files:

ini_set ('magic_quotes_gpc', 0);

Put this on the first line (before any includes) in both of those.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to