[Bug 192935] rewinddir/seekdir/telldir changes in 10-STABLE r270002 broke some php functionality

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 28 11:17:45 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192935

--- Comment #5 from Wei-Hao Syu <whsyu at 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.


More information about the freebsd-bugs mailing list