-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Describe the bug
If I try to download a folder in PHP 8.1, it throws an Error 500. It works fine in PHP 7.4
The problems seems to be in the function localFileSystemSymlink
If symlink is in disabled_functions, it throws a warning in PHP 7.4:
PHP Warning: symlink() has been disabled for security reasons
In PHP 8.0/8.1 it throws a fatal error:
PHP Fatal error: Uncaught Error: Call to undefined function symlink()
As noted in: https://php.watch/versions/8.0/disable_functions-redeclare
Metadata
Metadata
Assignees
Labels
No labels