From:             [EMAIL PROTECTED]
Operating system: WIn XP
PHP version:      4.1.1
PHP Bug Type:     *Directory/Filesystem functions
Bug description:  Problem with opendir function

Hello,

I meet a problem with this code:
c:\ is my hard drive

to obtain the files in the directory of my hard drive, "c:/planning/", the
code is :
$dossier=opendir("c:/planning/");
echo $dossier;

this code work fine. 

It display me the ressource.


//******************************************


But when I want obtain files in a remote directory "H:/planning" by
example, normaly the code is :
$dossier=opendir("h:/planning/");
echo $dossier;

this code don't work, it display me nothing.

I test this code on several computers, and I obtain the same problem.

I think that it's a bug.

could you confirm me ?


Thanks about your help .

Christophe



-- 
Edit bug report at http://bugs.php.net/?id=15634&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15634&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15634&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15634&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15634&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15634&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15634&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15634&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15634&r=submittedtwice

Reply via email to