Edit report at https://bugs.php.net/bug.php?id=49825&edit=1
ID: 49825 Updated by: php-bugs@lists.php.net Reported by: michaels at sc dot edu Summary: PHP_SELF duplicate path -Status: Feedback +Status: No Feedback Type: Bug Package: IIS related Operating System: Windows Server 2000 PHP Version: 5.3.0 New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2010-03-18 16:43:15] ka...@php.net What SAPI module have you installed PHP as in IIS? FastCGI or ISAPI? ------------------------------------------------------------------------ [2009-10-13 15:50:13] michaels at sc dot edu No, the full path does not contain non-ASCII chars, as in bug report 49840. ------------------------------------------------------------------------ [2009-10-12 11:09:54] sjo...@php.net See also Bug #49840 PHP_SELF returns incorrect value. Does the full path of index.php contains non-ASCII characters? ------------------------------------------------------------------------ [2009-10-09 21:02:31] michaels at sc dot edu Description: ------------ This issue is the same as reported in Bug #45637 but is happening with IIS5 running on Server 2000. The variable: _SERVER["PHP_SELF"] /forums/adm/index.php/forums/adm/index.php should be _SERVER["PHP_SELF"] /forums/adm/index.php This is causing phpBB version 3 to operate incorrectly, by providing an incorrect connection string. Reproduce code: --------------- These are vars from the info page - please note _SERVER["PHP_SELF"]: _SERVER["SERVER_PORT"] 80 _SERVER["SERVER_PORT_SECURE"] 0 _SERVER["SERVER_PROTOCOL"] HTTP/1.1 _SERVER["SERVER_SOFTWARE"] Microsoft-IIS/5.0 _SERVER["SystemDrive"] C: _SERVER["SystemRoot"] C:\WINNT _SERVER["TEMP"] C:\WINNT\TEMP _SERVER["TMP"] C:\WINNT\TEMP _SERVER["USERPROFILE"] C:\Documents and Settings\WWW\ASPNET _SERVER["windir"] C:\WINNT _SERVER["SCRIPT_FILENAME"] D:\Inetpub\phpBB3\adm\index.php _SERVER["PHP_SELF"] /forums/adm/index.php/forums/adm/index.php _SERVER["REQUEST_TIME"] 1255105911 Expected result: ---------------- _SERVER["PHP_SELF"] /forums/adm/index.php Actual result: -------------- _SERVER["PHP_SELF"] /forums/adm/index.php/forums/adm/index.php ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=49825&edit=1