RecursiveDirectoryIterator doesnt appear to recurse with RecursiveFilterIterator
| Bug #35423 | RecursiveDirectoryIterator doesnt appear to recurse with RecursiveFilterIterator | ||||
|---|---|---|---|---|---|
| Submitted: | 2005-11-27 12:33 UTC | Modified: | 2005-11-27 13:28 UTC | ||
| From: | Jared dot Williams1 at ntlworld dot com | Assigned: | helly (profile) | ||
| Status: | Closed | Package: | SPL related | ||
| PHP Version: | 5.1.0 | OS: | * | ||
| Private report: | No | CVE-ID: | None | ||
[2005-11-27 12:33 UTC] Jared dot Williams1 at ntlworld dot com
Description: ------------ RecursiveDirectoryIterator doesnt appear to recurse into subdirectories. Reproduce code: --------------- http://cvs.php.net/co.php/php-src/ext/spl/examples/nocvsdir.php?r=1.2 ...php5\ext\spl\examples>php nocvsdir.php ../../.. Expected result: ---------------- List of all files and directories in the php5 cvs tree, but excluding any named 'CVS' Actual result: -------------- Just a list of files directly below the specified directory.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-11-27 12:37 UTC] Jared dot Williams1 at ntlworld dot com
[2005-11-27 13:28 UTC] helly@php.net