History log of /PHP-8.2/ext/spl/tests/RecursiveDirectoryIterator_hasChildren.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 768265cd 06-Sep-2021 Nikita Popov

Fix some more CLEAN sections


# 24e7299c 15-Feb-2021 Cameron Porter

Fixed bug #80724

FilesystemIterator::FOLLOW_SYMLINKS is currently treated as a directory
key mode flag, even though it does not change the way that the key
during iteration is set. T

Fixed bug #80724

FilesystemIterator::FOLLOW_SYMLINKS is currently treated as a directory
key mode flag, even though it does not change the way that the key
during iteration is set. To address this, FOLLOW_SYMLINKS has been
converted into an OTHER flag.

Closes GH-6695.

show more ...