History log of /PHP-8.1/ext/spl/tests/bug80724.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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 ...