&reftitle.install; &pecl.moved; &pecl.info; &url.pecl.package;zip.
Installation on Linux
Installation when bundled with PHP4 In order to use these functions you must compile PHP with zip support by using the configure option, where [DIR] is the prefix of the ZZIPlib library install.
Installation with PECL or bundled with PHP 5.2 or later In order to use these functions you must compile PHP with zip support by using the configure option. It does not require any external library. You can use the PECL version with PHP4. In order to do it you have to disable the bundled Zip extension or recompile PHP without it.
Installation on Windows
Installation when bundled with PHP4 Windows users will enable php_zip.dll inside of &php.ini; in order to use these functions. &pecl.windows.4; &pecl.windows.download; Zip support before PHP 4.1.0 is experimental. This section reflects the Zip extension as it exists in PHP 4.1.0 and later.
Installation with PECL or bundled with PHP 5.2 or later Windows users will enable php_zip.dll inside of &php.ini; in order to use these functions. &pecl.windows.4; &pecl.windows.download;