Re: FN-FORUM: Register globals on or off??
date posted 8th May 2007 21:18
PHP 6 won't have the register_globals feature at all, which may be worth
keeping in mind if you expect the code to be in production use for more
than a year or two. Personally, I can't see any good reason why you
would code with it enabled nowadays - and presumably neither can the PHP
developers, or they wouldn't be removing it.
Dave