Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 11:17:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192935] rewinddir/seekdir/telldir changes in 10-STABLE r270002 broke some php functionality
Message-ID:  <bug-192935-8-A3nVTNzV7i@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192935-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192935-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192935

--- Comment #5 from Wei-Hao Syu <whsyu@thl.tw> ---
No, I'm not using unionfs.

btw, I found actually it's not copy's fault.
FilesystemInterator lists nothing so nothing copied, and no error returned.

sample code for testing: (php 5.5.15 cli)
<?php
$files = new FilesystemIterator('/etc');
foreach ($files as $file) {
  echo $file->getFilename() . "\n";
}

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192935-8-A3nVTNzV7i>