On 08/02/2008, Pierre Joye <[EMAIL PROTECTED]> wrote:
> On Feb 8, 2008 1:26 PM, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
> > >> So I guess I'm -1: Restore them, always return false, and throw
> > >> E_DEPRECATED.
> > >
> > > But this was about them being in PHP 6, not PHP 5..
> > > If magic_quotes_* is gone, so should anything else even remotely related
> > > to them be gone. You have to fix your code anyway for it to work in PHP
> > > 6 (or even 5) without magic_crap..
> >
> > Code works without magic crap. Function is used to detect when data must
> > be uncrapped.
>
> It does not need to be "uncrapped" in php6, the magic quotes are GONE,
> they do not exist anymore.
>
> The only point to keep them is to let developers be lazy by not adding
> a php version check (or function_exists).
>
> Anyway, enough people has voiced their wishes. I will count the votes
> and post the summary on Monday (== you still have two days to vote, if
> you care).
>
> Cheers,

Aren't some things just worth the BC break?

Having never used them, I can quite happily say bomb the bastards!


-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to