Page 2 of 2
Posted: Tue Jun 08, 2004 6:52 am
by feyd
from what I remember, you can turn off the superglobals in the ini.. I don't know why you'd want to, other than to eek out a tiny bit faster rendering time for whatever the hell the page does.. since some pages don't need the superglobals for anything..
Posted: Tue Jun 08, 2004 7:22 am
by launchcode
I don't think you can, well.. you could munge it from the variables_order INI setting, but I don't know if it'd flag a configuration error within PHP if you removed all of the EGPCS! I would hope it would

Posted: Thu Jun 10, 2004 3:48 am
by dave420
Under php 4.3.something (not 5), it could get lost when including includes from includes, etc. PHP5 has fixed all the occasions I've needed to use it in the past, but since most hosting companies still use php4 (as they should), it's still needed for compatability.