[PHP-DEV] Bug #864 Updated: Query string overrides apache envars From: Bug Database (php-dev <email protected>)
Date: 10/21/98

ID: 864
Updated by: rasmus
Reported By: explorer <email protected>
Status: Closed
Bug Type: Other
Assigned To:
Comments:

Not really a bug. One of the wishlist items for 3.1 is to include env vars in the gpc_order mechanism. For now, the obvious workaround is to do a $REMOTE_USER = getenv("REMOTE_USER"); to make sure you get the correct version. Or, alternatively turn off PHP's automatic variable creation by setting gpc_order to an empty string.

Full Bug description available at: http://ca.php.net/bugs.php3?id=864

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>