Hi,

Thanks for the quick response

I have tested the snapshot you suggested and it still does not work.


> ID: 12524
> Updated by: sniper
> Reported By: [EMAIL PROTECTED]
> Old Status: Open
> Status: Feedback
> Bug Type: *Directory/Filesystem functions
> Operating System: WinNT 4.0
> PHP Version: 4.0.6
> New Comment:
> 
> Some other fixes were made after 4.0.6 was released.
> Please try the latest snapshot build from here:
> 
> http://www.zend.com/snapshots/
> 
> Previous Comments:
> ------------------------------------------------------------------------
> 
> [2001-08-01 21:28:37] [EMAIL PROTECTED]
> 
> The fix that was applied to PHP 4.0.6 still didn't fix the UNC problems which were 
>broken when PHP moved from PHP3 -> PHP4
> 
> 
>   $d = dir("//ntserver14/shared/cameron");
>   echo "Handle: ".$d->handle."<br>\n";
>   echo "Path: ".$d->path."<br>\n";
>   while($entry=$d->read()) {
>      echo $entry."<br>\n";
>   }
>   $d->close();
> 
> I ran the same code under php3.0.16 and it still works there.
>  
> This still fails to work with the lastest version of PHP.
> It was stated as being fixed in 4.0.6 and I received a bug report closure for BUG 
>9234
> http://www.php.net/bugs.php?id=9234
> 
> Any Ideas why it still doesn't work?
> Am I doing something wrong from this end?
> 
> PS I have checked to see that all shares and filesystem are visible by the IIS4.0 
>webserver account.
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> 
> 
> ATTENTION! Do NOT reply to this email!
> To reply, use the web interface found at http://bugs.php.net/?id=12524&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