Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directories are skipped while garbage-collecting #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arosslau
Copy link

A type safe check is necessary, otherwise folders with the names "0" or "f" would be skipped as they would be interpreted as false in the while condition.

http://php.net/manual/de/function.readdir.php

A typesafe check is neccessary, otherwise folders with the names "0" or "f" would be skipped as they would be interpreted as false in the while condition.
http://php.net/manual/de/function.readdir.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant