&reftitle.install;
Linux systems
As of PHP 7.4.0, in order to use these functions you must compile PHP with zip support
by using the
configure option.
Previously, zip support had to be enabled by using the
configure option.
As of PHP 7.4.0, the bundled libzip is removed.
As of PHP 7.3.0, building against the bundled libzip is discouraged, but
still possible by adding
to the configuration.
A
configure option has been added to use a system libzip installation. libzip
version 0.11 is required, with 0.11.2 or later recommended.
Windows
This extension is built-in.
Installation via PECL
&pecl.info;
&url.pecl.package;zip.