In downloading a purchased module, I got several errors based on server configuration, which I was able to knock out...except for this current one:
Error: Enable zip extension in server configuration
I installed the PECL extension, so php -m now shows the zip extension
The server is nginx driven and it appears to have the correct settings in the conf file for zip support.
PHP is 5.5.12
I'm guessing the problem is with the server, but can't find anything different than what I have
There is a section in nginx that begins with gzip on; which would seem to indicate that zip is enabled.
The zip module does NOT appear in phpinfo
The phpinfo is at asknice.com / test.php
if that will help.