From:             [EMAIL PROTECTED]
Operating system: FreeBSD / Linux
PHP version:      4.1.1
PHP Bug Type:     Other web server
Bug description:  _SERVER["REQUEST_URI"] not fully given to Caudium 1.0.34

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 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