Quoting Andrei Zmievski <[EMAIL PROTECTED]>:

> Can't please everybody, eh?

Of course not. But I think it's pretty bad that code written to work with 
register_globals = Off breaks when its turned on; it kind of fucks the idea of 
writing general php code that people can run anywhere, if you'll pardon the 
expression. You have to alias the two values yourself, and you run into all 
kinds of problems with references and globals and weird strange scoping issues 
that are hell (and about as damn unintuitive as PHP gets) to deal with.

-chuck

--
Charles Hagenbuch, <[EMAIL PROTECTED]>
Black and white and grey, all the shades of truth.

-- 
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