| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| phpunit_php-file-iterator 7.0.1 source code.tar.gz | 2026-08-10 | 6.9 kB | |
| phpunit_php-file-iterator 7.0.1 source code.zip | 2026-08-10 | 10.4 kB | |
| README.md | 2026-08-10 | 414 Bytes | |
| Totals: 3 Items | 17.8 kB | 0 | |
Changed
- Hidden directories are now pruned from the traversal instead of being traversed only for their contents to be discarded
- Filtering by prefix and suffix no longer resolves the real path of each file
Fixed
- Files in hidden directories were not filtered on Windows because only
/was recognized as a directory separator - A "Globstar" pattern that begins with
**was not resolved correctly