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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Thu Nov 28 11:01:30 2024 UTC