File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ The use of the `ssl_key` option in CURLRequest was removed
3333Due to a bug, we were using the undocumented `ssl_key ` config option to define the CA bundle in CURLRequest.
3434This was fixed and is now working according to documentation. You can define your CA bundle via the `verify ` option.
3535
36+ Filesystem Helper
37+ ====================================
38+
39+ ``get_filenames() `` now follows symlink folders, which it previously just returned
40+ without following.
41+
3642***************
3743Message Changes
3844***************
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ The following functions are available:
164164 the second parameter to 'relative' for relative paths or any other non-empty value for
165165 a full file path.
166166
167+ Prior to v4.4.4, due to a bug, this function did not follow symlink folders.
168+
167169 Example:
168170
169171 .. literalinclude :: filesystem_helper/010.php
You can’t perform that action at this time.
0 commit comments