ID:               28327
 Comment by:       n dot s dot robson at open dot ac dot uk
 Reported By:      zajdee at seznam dot cz
 Status:           No Feedback
 Bug Type:         Directory function related
 Operating System: Windows NT4
 PHP Version:      5CVS-2004-05-08 (dev)
 New Comment:

I've just tried the latest build 5.1.0-dev downloaded this afternoon,
on an NT4 system, under IIS 4.0, and the bug is still present.

This code
<?php $dir = getcwd();
         echo "CWD: $dir <Br/> Change dir up one level <Br/>";
         chdir ("../");
         $dir = getcwd();
         echo "CWD: $dir ";
    ?>

gave this output

CWD: E:\IIS_40\wwwroot\Test1\level2\level3\level4 
Change dir up one level 
CWD: E:\IIS_40


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

[2005-02-23 01:00:06] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2005-02-15 01:52:52] [EMAIL PROTECTED]

We're still waiting for feedback..

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

[2005-01-27 08:15:15] zajdee at seznam dot cz

I am not using NT4 anywhere, but will try to set up a virtual machine
in VMware to test it.

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

[2005-01-26 04:53:57] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



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

[2004-05-09 14:53:17] zajdee at seznam dot cz

Of course, it works fine with Apache2+PHP4.3.6 on the same system...

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/28327

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

Reply via email to