ID: 26825 Comment by: tcflee at netvigator dot com Reported By: konkew at rpi dot edu Status: Bogus Bug Type: Variables related Operating System: Windows Server 2003 PHP Version: 4.3.4 New Comment:
Is $_SERVER['REQUEST_URI'] being removed on purpose? I have that in PHP4.1.1 but not PHP4.3.4. Previous Comments: ------------------------------------------------------------------------ [2004-01-07 21:16:41] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. ------------------------------------------------------------------------ [2004-01-07 03:13:21] konkew at rpi dot edu Description: ------------ On Windows Server 2003 (running IIS6), $_SERVER['REQUEST_URI'] isn't being set. Reproduce code: --------------- echo $_SERVER['REQUEST_URI']; Expected result: ---------------- /dir/test.php?asdf=fds Actual result: -------------- null ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26825&edit=1
