inc/zip.php
Code to compress and decompress ZIP files.
swZipArchive wraps a ZipArchive class to speed up often changing files. The class is incomplete and uses only the functions used by trigram.
For PHP versions before 5.2, a custom ZipArchive class is used.
The decompression could be made with the ZipArchive, but we still use an older code snippet find on the Intenet.