[PHP-DEV] PHP 4.0 Bug #10219: the dir object created using dir() does not contain the last file in the dir

2001-04-06 Thread gopinath
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.1 PHP version: 4.0.4pl1 PHP Bug Type: Directory function related Bug description: the dir object created using dir() does not contain the last file in the dir $d = dir("/etc"); echo "Handle: ".$d->handle."\n"; echo "

[PHP-DEV] PHP 4.0 Bug #10219 Updated: the dir object created using dir() does not contain the last file in the dir

2001-04-09 Thread gopinath
ID: 10219 User Update by: [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.

[PHP-DEV] Bug #10482: if the filesize if more than 2GB, filesystem functions do not seem to recognize

2001-04-24 Thread gopinath
From: [EMAIL PROTECTED] Operating system: redhat 7.1 PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: if the filesize if more than 2GB, filesystem functions do not seem to recognize $folder = dir(.); $folder->rewind() ; clearstacache(); whi