php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10949 LAN directory in function opendir()
Submitted: 2001-05-18 06:21 UTC Modified: 2001-05-18 06:43 UTC
From: mat at saintlau dot com Assigned:
Status: Closed Package: Directory function related
PHP Version: 4.0.5 OS: NT 4.0 Server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mat at saintlau dot com
New email:
PHP Version: OS:

 

 [2001-05-18 06:21 UTC] mat at saintlau dot com
$test="\\\\computer\\test\\vb";
$dir=opendir($test);
closedir($dir);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-18 06:43 UTC] sniper@php.net
UNC path support is in PHP 4.0.6 which will be released in near future. So please wait. You could try latest snapshot build from http://www.zend.com/snapshots/ if you wish.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC