ID: 14789
Updated by: jan
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Other web server
Operating System: FreeBSD / Linux
PHP Version: 4.1.1
New Comment:

REQUEST_URI is an apache specific variable. no bug ->bogus.

Previous Comments:
------------------------------------------------------------------------

[2002-01-01 09:56:13] [EMAIL PROTECTED]

When using PHP 4 with Caudium, the $REQUEST_URI / _SERVER["REQUEST_URI"] var is not 
full.

For example, look at this phpinfo(): http://aleph1.net/test.php3/toto/a=b&c=d

You get the following line :
_SERVER["REQUEST_URI"] /test.php3  

It should have been : 
_SERVER["REQUEST_URI"] /test.php3/toto/a=b&c=d

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14789&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to