Can I change the compression level of ZipArchive?

php, zip

Solution

This is currently not possible, according to the open bug report feature request on php.net.

Problem

Is it possible to change the compression level and/or method used by the `ZipArchive` class?

Original source