> There was a discussion about things to break in 4.1. magic_quotes_gpc would
> definitely be my favourite. I'd like to see it set to off for good and
> removed from php.ini.

I'd be completely against removing the concept of magic_quotes altogether.
We can discuss changing the default, but for someone writing simple sql
pages, it is extremely handy to have PHP deal with escaping stuff for you
so you don't have a bunch of addslashes() calls everywhere.

-Rasmus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to