Date: 04/09/01
- Next message: emailleonid <email protected>: "[PHP-DEV] PHP 4.0 Bug #10255: Exec(), System or even backtics dont work"
- Previous message: Derick Rethans: "[PHP-DEV] Re: --with-pear[=DIR] patch"
- Next in thread: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #10219 Updated: the dir object created using dir() does not contain the last file in the dir"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10219
User Update by: gopinath <email protected>
Status: Closed
Bug Type: Directory function related
Description: the dir object created using dir() does not contain the last file in the dir
Here is the scenario that I have.
I have an nfs mounted a filesystem on SGI Irix machne on to
an redhat 7.1 machine. The error happens within this
file system.
I tried in different directories and got the same result
and thought it to be a generic problem. It is not.
It works just fine on the local file systems. I have
tried on other remote mounted filesystems that are
mounted from other linux machines and see no problems
there either.
(a diff between nfs2 and nfs3 possibly?)
Previous Comments:
---------------------------------------------------------------------------
[2001-04-06 21:23:50] cnewbill <email protected>
Can't reproduce with CVS version, try it first and if this still continues reopen the report.
-Chris
---------------------------------------------------------------------------
[2001-04-06 21:11:12] gopinath <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.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=10219
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: emailleonid <email protected>: "[PHP-DEV] PHP 4.0 Bug #10255: Exec(), System or even backtics dont work"
- Previous message: Derick Rethans: "[PHP-DEV] Re: --with-pear[=DIR] patch"
- Next in thread: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #10219 Updated: the dir object created using dir() does not contain the last file in the dir"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

