ID: 9354
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Directory function related
PHP Version: 4.0.3pl1
Assigned To: 
Comments:

This is fixed in CVS. Wait for PHP 4.0.6 to be released.

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

[2001-02-21 04:21:18] [EMAIL PROTECTED]
Duplicate of #6554



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

[2001-02-20 11:32:37] [EMAIL PROTECTED]
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)

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9354&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]

Reply via email to