View Issue Details

IDProjectCategoryView StatusLast Update
0005652Composr alpha bug reports[All Projects] General / Uncategorisedpublic2024-07-26 18:32
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005652: Convert all zip_* functions to cms_zip_* functions using ZipArchive when available
Descriptionzip_* 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 InformationThis 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.
TagsNo tags attached.
Sponsorship open

Relationships

related to 0005635 resolvedPatrick Schmalstig zip_* is deprecated in PHP 8 

Activities

Patrick Schmalstig

2024-07-26 18:32

administrator   ~0008978

We got rid of m_zip

Issue History

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