View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005652 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2024-03-27 03:30 | 2024-07-26 18:32 |
Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
Severity | Minor-bug | ||||
Status | resolved | Resolution | fixed | ||
Summary | 0005652: Convert all zip_* functions to cms_zip_* functions using ZipArchive when available | ||||
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. | ||||
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. | ||||
Tags | No tags attached. | ||||
Sponsorship open | |||||
related to | 0005635 | resolved | Patrick Schmalstig | zip_* is deprecated in PHP 8 |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-03-27 03:30 | Patrick Schmalstig | New Issue | |
2024-03-27 03:30 | Patrick Schmalstig | Status | non-assigned => assigned |
2024-03-27 03:30 | Patrick Schmalstig | Assigned To | => Patrick Schmalstig |
2024-07-25 22:55 | Chris Graham | Relationship added | related to 0005635 |
2024-07-26 18:32 | Patrick Schmalstig | Status | assigned => resolved |
2024-07-26 18:32 | Patrick Schmalstig | Resolution | open => fixed |
2024-07-26 18:32 | Patrick Schmalstig | Note Added: 0008978 |