Loading...
 
Skip to main content

ZIP

This page is to discuss, debate, plan the inclusion of a dedicated compression library in Tiki.

tiki-check.php reports that "The ZipArchive class is needed for features such as XML Wiki Import/Export and PluginArchiveBuilder." And it seems to be needed for H5P.

Also discussed for https://gitlab.com/tikiwiki/tiki/-/merge_requests/5436Question

Yet, why do we have it as a requirement?

We currently have pclzip/pclzip version 2.8.2 in https://gitlab.com/tikiwiki/tiki/-/blob/master/vendor_bundled/composer.lockQuestion which


Perhaps we should pick a zip library and use everywhere in Tiki (at least when ZipArchive is not available)

Options:
https://packagist.org/search/?q=zip&orderBys%5B0%5D%5Bsort%5D=downloads&orderBys%5B0%5D%5Border%5D=descQuestion

Some notable ones:


See also: Exif

Show PHP error messages