#5652 - Convert all zip_* functions to cms_zip_* functions using ZipArchive when available
| Identifier | #5652 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Convert all zip_* functions to cms_zip_* functions using ZipArchive when available |
| Status | Completed |
| Handling member | PDStig |
| Addon | General / Uncategorised |
| Description | zip_* functions in PHP 8 are deprecated, but we cannot simply change them to ZipArchive because m_zip fallback uses them. So instead, make a new zip API for Composr using these functions. |
| Steps to reproduce | |
| Additional information | This might not actually work out in the end because ZipArchive has a different way of extracting entries, thus the loops used originally for zip_* and m_zip won't work with ZipArchive. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments