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
 [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: Fri Mar 29 05:01:28 2024 UTC