ID: 10219 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Directory function related Assigned To: Comments: Can't reproduce with CVS version, try it first and if this still continues reopen the report. http://snaps.php.net/ -Chris Previous Comments: --------------------------------------------------------------------------- [2001-04-06 21:11:12] [EMAIL PROTECTED] $d = dir("/etc"); echo "Handle: ".$d->handle."<br>n"; echo "Path: ".$d->path."<br>n"; while($entry=$d->read()) { echo $entry."<br>n"; } $d->close(); It lists all but the last file in the directory. same result when I tried with opendir() and readdir() combination. --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10219&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]