ID: 41679 Updated by: [EMAIL PROTECTED] Reported By: denis_test at freemail dot ru -Status: Open +Status: Bogus Bug Type: PHP options/info functions Operating System: FreeBSD 6.2-RELEASE-p3 PHP Version: 5.2.3 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Env is parsed first, so no wonder it gets overwritten by GET that is parsed second. 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