summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCameron Porter <camporter1@gmail.com>2021-02-14 22:55:25 -0600
committerNikita Popov <nikita.ppv@gmail.com>2021-02-23 09:50:36 +0100
commit24e7299c9d7b9d41a50da591b9230c87deafcf4e (patch)
tree039fc344b5936d7d868d4b2678386012ad602443 /NEWS
parentda011a312a6c6cd7ff12fe1aa0de1e33fba2f167 (diff)
downloadphp-git-24e7299c9d7b9d41a50da591b9230c87deafcf4e.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 02e3c77cf9..3caf269956 100644
--- a/NEWS
+++ b/NEWS
@@ -44,4 +44,8 @@ PHP NEWS
. Convert resource<pspell> to object \PSpell. (Sara)
. Convert resource<pspell config> to object \PSpellConfig. (Sara)
+- SPL:
+ . Fixed bug #80724 (FilesystemIterator::FOLLOW_SYMLINKS remove KEY_AS_FILE
+ from bitmask). (Cameron Porter)
+
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>