[PHP-DEV] PHP 4.0 Bug #9547 Updated: variables_order = "EGPCS" is messed up From: sniper <email protected>
Date: 03/04/01

ID: 9547
Updated by: sniper
Reported By: fippu <email protected>
Old-Status: Open
Status: Feedback
Bug Type: PHP options/info functions
Assigned To:
Comments:

I tried with this little script (vars.php):

<?php echo $LANG;?>
<form action="vars.php" method="post">
<input type="text" name="LANG">
<input type="submit">
</form>

and it works like it should. ie. When loaded without posting,
the LANG is en_US, and when I post that form, it's set whatever
I type in the input field. Is this what you meant here?

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2001-03-04 13:13:55] fippu <email protected>
I set
 variables_order = "EGPCS"
but nevertheless, PHP uses the environment variable LANG when I refer to $LANG. So, the get/post value is overwritten with the environment value.

Why?

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9547&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>