php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14789 _SERVER["REQUEST_URI"] not fully given to Caudium 1.0.34
Submitted: 2002-01-01 09:56 UTC Modified: 2002-01-07 04:02 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: delahaye at frjv dot org Assigned:
Status: Not a bug Package: Other web server
PHP Version: 4.1.0 OS: FreeBsd 4.1 / Linux 2.2.17
Private report: No CVE-ID: None
 [2002-01-01 09:56 UTC] delahaye at frjv dot org
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-01 10:36 UTC] jan@php.net
REQUEST_URI is an apache specific variable. no bug ->bogus.
 [2002-01-01 18:22 UTC] delahaye at frjv dot org
Note that it's probably the same bug than http://bugs.php.net/bug.php?id=10159 , though.
 [2002-01-07 04:02 UTC] delahaye at frjv dot org
It is now fixed in Caudium CVS.
People that have problems with Caudium & PHP should download the latest php4.pike.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC