Установка и настройка
PHP Manual

Установка

PHP 4

Замечание:

Zip support before PHP 4.1.0 is experimental.

Внимание

Because the PHP 4 zip extension is unmaintained we recommend that the PECL extension is used rather than the bundled one.

Linux systems

In order to use these functions you must compile PHP with zip support by using the --with-zip[=DIR] configure option, where [DIR] is the prefix of the » ZZIPlib library install.

Windows

Windows users need to enable php_zip.dll inside of php.ini in order to use these functions.

PHP 5.2.0 and later

Linux systems

In order to use these functions you must compile PHP with zip support by using the --enable-zip configure option.

Windows

Windows users need to enable php_zip.dll inside of php.ini in order to use these functions.

Installation via PECL

Информация по установке этого расширения PECL может быть найдена в главе руководства Установка PECL расширений. Дополнительная информация, такая как новые версии, скачивание, исходные файлы, информация о разработчике и CHANGELOG, может быть найдена здесь: » http://pecl.php.net/package/zip.

DLL для этого расширения PECL в данный момент недоступна. См. также раздел сборка на Windows.

В PHP 4 эта DLL находится в директории extensions/ внутри директории бинарного дистрибутива PHP для Windows.


Установка и настройка
PHP Manual