ID: 32440 Updated by: [EMAIL PROTECTED] Reported By: jpaszek at bnet dot pl -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: PLD Linux PHP Version: 5CVS-2005-03-24 (dev) New Comment:
You're using some patched version of PHP. We only support the ones we build (aka win32 binaries) and the sources, which you can download here: http://www.php.net/download Previous Comments: ------------------------------------------------------------------------ [2005-03-30 12:01:32] jpaszek at bnet dot pl 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 ------------------------------------------------------------------------ [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