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

--- Comment #5 from Wei-Hao Syu <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to