ID: 25968 User updated by: bob at rsi dot com Reported By: bob at rsi dot com -Status: Feedback +Status: Open -Bug Type: *Web Server problem +Bug Type: IIS related -Operating System: W2K and RH8 +Operating System: W2K Server - SP3 PHP Version: 4.3.3 New Comment:
System = Windows NT 5.0 build 2195 Build Date = Aug 24 2003 22:01:16 Server API = CGI/FastCGI PHP API = 20020918 PHP Extension = 20020429 Zend Extension = 20021010 Debug Build = no Thread Safety = enabled Previous Comments: ------------------------------------------------------------------------ [2003-10-23 22:13:19] [EMAIL PROTECTED] What sapi are you using? ------------------------------------------------------------------------ [2003-10-23 10:43:35] bob at rsi dot com Description: ------------ Somewhere between PHP4.2.3 and PHP 4.3.1 REQUEST_URI disappeared. Reproduce code: --------------- echo $_SERVER['REQUEST_URI']; Expected result: ---------------- echo _SERVER['SCRIPT_NAME'] . '?' . _SERVER['QUERY_STRING']; Actual result: -------------- Notice: Undefined index: REQUEST_URI in ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25968&edit=1