ID: 7344 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Directory function related PHP Version: 4.0 Latest CVS (19/10/2000) Assigned To: Comments: Please try the latest CVS and open a new bug report if this is still the case. Previous Comments: --------------------------------------------------------------------------- [2001-01-12 15:50:19] [EMAIL PROTECTED] a me-too... the same on NT 5, mod_php4 from php4-200101120245 --------------------------------------------------------------------------- [2000-10-19 11:32:39] [EMAIL PROTECTED] See subject line... Try code: $dir = "/somewhere/on/my/drive"; $res = opendir( $dir ); echo "$dir=$dir, $res = $resn"; returns: $dir=/somewhere/on/my/drive, $res = Resource ID #1 (/somewhere/on/my/drive is not a real directory. On linux, the same code returns a false; --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=7344&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]