From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.3pl1 PHP Bug Type: Directory function related Bug description: Doesn't support UNC paths On Win32, this does not work; $d = dir("//machine_name/share_name"); echo "Handle: ".$d->handle."<br>\n"; echo "Path: ".$d->path."<br>\n"; while($entry=$d->read()) { echo $entry."<br>\n"; } $d->close(); On Win32, UNC paths are the expected format for networked filesystems, especially for any software running as a service (i.e. webservers) -- Edit Bug report at: http://bugs.php.net/?id=9354&edit=1 -- 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]