View Issue Details

IDProjectCategoryView StatusLast Update
5652Composr alpha bug reportsGeneral / Uncategorisedpublic2024-07-26 18:32
ReporterPDStig Assigned ToPDStig  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary5652: 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.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Relationships

related to 5635 ResolvedPDStig zip_* is deprecated in PHP 8 

Activities

PDStig

2024-07-26 18:32

administrator   ~8978

We got rid of m_zip

Issue History

Date Modified Username Field Change
2024-03-27 03:30 PDStig New Issue
2024-03-27 03:30 PDStig Status Not Assigned => Assigned
2024-03-27 03:30 PDStig Assigned To => user4172
2024-07-25 22:55 Chris Graham Relationship added related to 5635
2024-07-26 18:32 PDStig Status Assigned => Resolved
2024-07-26 18:32 PDStig Resolution open => fixed
2024-07-26 18:32 PDStig Note Added: 0008978