From 681de6d336fe682313f86d3ca18407d78d5b9ae5 Mon Sep 17 00:00:00 2001 From: Cole Thorsen <959538+colethorsen@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:57:50 -0800 Subject: [PATCH] Update user_guide_src/source/changelogs/v4.4.4.rst Co-authored-by: kenjis --- user_guide_src/source/changelogs/v4.4.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/changelogs/v4.4.4.rst b/user_guide_src/source/changelogs/v4.4.4.rst index 1f5c8450aefa..599681b48e4a 100644 --- a/user_guide_src/source/changelogs/v4.4.4.rst +++ b/user_guide_src/source/changelogs/v4.4.4.rst @@ -34,7 +34,7 @@ Due to a bug, we were using the undocumented `ssl_key` config option to define t This was fixed and is now working according to documentation. You can define your CA bundle via the `verify` option. Filesystem Helper -==================================== +================= :php:func:`get_filenames()` now follows symlink folders, which it previously just returned without following.