> I have a site that uses a $HTTP_POST_VARS['var_name'],
> $HTTP_GET_VARS['var_name'] and $HTTP_SERVER_VARS['var_name'] all over the
> place (there is more PHP in there than flat HTML :) and more than a handful
> of references to $HTTP_USER_AGENT, $PHP_AUTH_*, $PHP_SELF, etc....
> Is there anything I _have_ to do before installing the newly build server
> with php 4.1.2 in order to retain a functional site???

Nope, these variables will be populated regardless of your
register_globals setting.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to