ID: 49825 Updated by: sjo...@php.net Reported By: michaels at sc dot edu -Status: Open +Status: Feedback Bug Type: IIS related Operating System: Windows Server 2000 PHP Version: 5.3.0 New Comment:
See also Bug #49840 PHP_SELF returns incorrect value. Does the full path of index.php contains non-ASCII characters? Previous Comments: ------------------------------------------------------------------------ [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 http://bugs.php.net/?id=49825&edit=1