You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/themizzi/wsl2-php-recursive-directory-iterator-bug.git
cd wsl2-php-recursive-directory-iterator-bug
docker-compose run php php test.php
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Environment
Windows 10 Pro
Version 2004
OS build 19041.546
Docker Desktop 2.4.0.0 (48506)
Reproducible on WSL2
Steps to reproduce
Please use this repository: https://github.com/themizzi/wsl2-php-recursive-directory-iterator-bug
git clone https://github.com/themizzi/wsl2-php-recursive-directory-iterator-bug.git cd wsl2-php-recursive-directory-iterator-bug docker-compose run php php test.php
WSL logs:
https://aka.ms/AA9ytk1
Expected behavior
File counts remain the same whether using PHP's
scandir
orRecursiveDirectoryIterator
.Actual behavior
File counts diverge after 65 files.
The text was updated successfully, but these errors were encountered: