Forum Moderators: coopster
In order to read and write ZIP files with PHP, your PHP build must include support for ext/zip. On UNIX, this is accomplished by adding the --enable-zip option to the configure script when building PHP. On Windows, a pre-built DLL named php_zip.dll is included with the Windows PHP distribution, and must be activated in the Windows php.ini configuration file. Read more about this at [php.net...]