ID:               32440
 User updated by:  jpaszek at bnet dot pl
 Reported By:      jpaszek at bnet dot pl
-Status:           Feedback
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: PLD Linux
 PHP Version:      5CVS-2005-03-24 (dev)
 New Comment:

The SAPI is Apache 2.0 Handler.

On that link You can find the full info about the environment of the
server which couse this bug:
http://dev.bnet.pl/~jpaszek/tmp/phpinfo.html


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

[2005-03-24 18:37:17] [EMAIL PROTECTED]

What SAPI are you using? (CGI, apache2handler or apache2filter?)


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

[2005-03-24 12:33:28] jpaszek at bnet dot pl

Description:
------------
Problem with reading Environment Variable SCRIPT_NAME and PATH_INFO as
well. 
It doesn't give the real script name for requests with added slashes
e.g. for the request:
        http://host.com/info.php/////TEST
result is:
        info.php///

Reproduce code:
---------------
GET https://edokumenty.beta/info.php/////TEST 

print $_SERVER['SCRIPT_NAME'];

Expected result:
----------------
info.php

Actual result:
--------------
/info.php///


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


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

Reply via email to