ID:               34842
 Updated by:       [EMAIL PROTECTED]
 Reported By:      marcel at hjortronet dot se
-Status:           Open
+Status:           Feedback
-Bug Type:         Directory function related
+Bug Type:         IIS related
 Operating System: Windows Server 2003
 PHP Version:      5CVS-2005-10-12 (snap)
 New Comment:

Are you able to reproduce it with Apache ?


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

[2005-10-12 23:22:27] marcel at hjortronet dot se

Description:
------------
Consider this example web server:
'D:\wwwroot\myweb\' (published as http://www.myweb.com/)

IF the web servers access (or actually the 'IUSR_<computername>' user
which enables IIS anonymous web access) is restricted to
'D:\wwwroot\myweb\' directory (and its subdirectories) and is not
allowed to access any other local directory, like for example
'D:\wwwroot\', the code below ('chdir("../")') won't function if it is
put into 'D:\wwwroot\myweb\test\' (published as
http://www.myweb.com/test/reproducecode.php).

Otherwise, thanks for doing a wonderful job! //Marcel, Sweden

Reproduce code:
---------------
<?
  echo getcwd()."<br/>\n";
  echo chdir("../")."<br/>\n";
  echo getcwd()."<br/>\n";
?>

Expected result:
----------------
D:\wwwroot\myforum\test
1
D:\wwwroot\myforum

Actual result:
--------------
D:\wwwroot\myforum\test

D:\wwwroot\myforum\test


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34842&edit=1

Reply via email to