ID: 41679 User updated by: denis_test at freemail dot ru Reported By: denis_test at freemail dot ru -Status: Bogus +Status: Open Bug Type: PHP options/info functions Operating System: FreeBSD 6.2-RELEASE-p3 PHP Version: 5.2.3 New Comment:
You say: "Env is parsed first, so no wonder it gets overwritten by GET that is parsed second." But I am sorry, my situation is direct opposite. As you can see GET is overwritten by Env. Previous Comments: ------------------------------------------------------------------------ [2007-06-13 12:28:30] denis_test at freemail dot ru Description: ------------ Configuration: variables_order EGPCS register_globals On Environment variable HOME is set to "/". I start script with test.php?HOME=test Reproduce code: --------------- <? echo $HOME; ?> Expected result: ---------------- test Actual result: -------------- / ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41679&edit=1