ID: 14789
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Summary: _SERVER["REQUEST_URI"] not fully given to Caudium 1.0.34
Status: Bogus
Bug Type: Other web server
Old Operating System: FreeBSD / Linux
Operating System: FreeBsd 4.1 / Linux 2.2.17
Old PHP Version: 4.1.1
PHP Version: 4.1.0
New Comment:

It is now fixed in Caudium CVS.
People that have problems with Caudium & PHP should download the latest
php4.pike.

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

[2002-01-01 18:22:44] [EMAIL PROTECTED]

Note that it's probably the same bug than
http://bugs.php.net/bug.php?id=10159 , though.

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

[2002-01-01 10:36:39] [EMAIL PROTECTED]

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

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

[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