xp-framework / core

The XP Framework is an all-purpose, object oriented PHP framework.
Other
19 stars 6 forks source link

Fix removing directories with symlinks inside #335

Closed thekid closed 1 year ago

thekid commented 1 year ago

Before, the Folder::unlink() method would recurse into symlinked directories and remove those, causing unwanted side effects if the symlink targets elements outside of the folder, or warnings about elements already being deleted if the targets are inside the folder.

thekid commented 1 year ago

Released in https://github.com/xp-framework/core/releases/tag/v11.8.3