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

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



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

[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