I am using php 4.01 pl2 on windows nt 4 with iis 4 and I think I have found a bug.
When trying to open a directory other than one on drive c:, I get the following message:
Warning: OpenDir: Invalid argument (errno 22) in C:\Inetpub\wwwroot\trinityweb\test.php on line 12
here is the offending code:
chdir("f:/");
$dir = dir("f:/");
// have also tried $dir= dir(".");
Is this a bug in PHP? If so, when will it be fixed?
Scott