Emanuel Dejanu wrote:

> Hi there,
> 
> $_* arrays are a copy of the long GLOBAL vars.
> So $_SERVER is a copy of $HTTP_SERVER_VARS or is a reference?
>


$_SEERVER, etc are reference of $HTTP_*_VARS.
I think this should be noted *obvious* place when 4.1.0 is
released :)

-- 
Yasuo Ohgaki


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