From:             giupnol at freemail dot it
Operating system: Windows XP Pro
PHP version:      4.3.3RC1
PHP Bug Type:     Variables related
Bug description:  $REQUEST_URI does not get filled

Description:
------------
$REQUEST_URI==""
Simply that. I use this global variable in order to keep history of the
pages visited by the users, so i discovered this bug.

Reproduce code:
---------------
<?
echo $REQUEST_URI;
?>

Expected result:
----------------
/some_location/some_page.html

Actual result:
--------------
NONE

-- 
Edit bug report at http://bugs.php.net/?id=24293&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24293&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24293&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24293&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24293&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24293&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24293&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24293&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24293&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24293&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24293&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24293&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24293&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24293&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24293&r=gnused

Reply via email to