ID: 25968 Updated by: [EMAIL PROTECTED] Reported By: bob at rsi dot com -Status: Open +Status: Feedback Bug Type: *Web Server problem Operating System: W2K and RH8 PHP Version: 4.3.3 New Comment:
What sapi are you using? Previous Comments: ------------------------------------------------------------------------ [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