php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49825 PHP_SELF duplicate path
Submitted: 2009-10-09 21:02 UTC Modified: 2013-02-18 00:34 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: michaels at sc dot edu Assigned:
Status: No Feedback Package: IIS related
PHP Version: 5.3.0 OS: Windows Server 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
45 - 22 = ?
Subscribe to this entry?

 
 [2009-10-09 21:02 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-12 11:09 UTC] sjoerd@php.net
See also Bug #49840 PHP_SELF returns incorrect value. Does the full path of index.php contains non-ASCII characters?
 [2009-10-13 15:50 UTC] michaels at sc dot edu
No, the full path does not contain non-ASCII chars, as in bug report 49840.
 [2010-03-18 16:43 UTC] kalle@php.net
What SAPI module have you installed PHP as in IIS? FastCGI or ISAPI?
 [2010-03-18 16:43 UTC] kalle@php.net
-Status: Open +Status: Feedback
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 11:01:31 2024 UTC