[PHP] language.variables.predefined.php

2001-11-20 Thread Markus Bertheau

Good day,

refering to

/manual/en/



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




[PHP] language.variables.predefined.php

2001-11-20 Thread Markus Bertheau

(Hey, bug in Evolution. Hope it works now.) 

Good Day, 

refering to 

/manual/en/language.variables.predefined.php 

you write 

If the register_globals directive is set, then these variables will
also be made available in the global scope of the script; i.e., separate
from the $HTTP_*_VARS arrays. This feature should be used with care, and
turned off if possible; 

if it should be used with care, you should introduce the apache
variables from a few lines above as elements of the $HTTP_SERVER_VARS
array, not as global variables. 

Markus Bertheau 





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