[GH-ISSUE #889] PHP8 compatibility/Function zip_open() is deprecated #592

Open
opened 2026-03-02 16:00:05 +03:00 by kerem · 0 comments
Owner

Originally created by @TheIronFlo on GitHub (Nov 23, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/889

As security support for PHP7.4 will end within four days we need to go to PHP8.

One important thing here is migrating from zip (https://www.php.net/ref.zip) which is deprecated in PHP8 to ZipArchive (https://www.php.net/class.ziparchive), because

Function zip_open() is deprecated

Originally created by @TheIronFlo on GitHub (Nov 23, 2022). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/889 As security support for PHP7.4 will end within four days we need to go to PHP8. One important thing here is migrating from zip (https://www.php.net/ref.zip) which is deprecated in PHP8 to ZipArchive (https://www.php.net/class.ziparchive), because Function zip_open() is deprecated
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#592
No description provided.