> The arrays $_GET, $_POST, $_COOKIE, $_SERVER contain exactly the same data 
> as the arrays $HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, 
> $HTTP_SERVER_VARS. Try this to see for yourself:

Yes, the new names are just to give people a shorter auto-global mechanism 
to access this same data.

> May I ask why? What is the problem with the 'traditional' $HTTP_*_VARS 
> arrays? Are these arrays going to be depreciated in the next version too?

Nope, they will be kept.

-Rasmus


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