> Are there any real performance gained by turning register_globals off?
After
> all, it must take the php engine some clock cycles to generate all the
> global variables. Have anyone tested it?

It can't be that many clock cycles...

I think people do it more to stop hackers from trying to use a mix of GET
and POST to confuse their code than for clock cycles.

Your best bet is to test it on your own server anyway -- Nothing else will
be very accurate.

Don't miss the Zend Web Store's Grand Opening on January 23, 2001!
http://www.zend.com
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



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