Enable ZipArchive on localhost

iSun picture iSun · Sep 18, 2012 · Viewed 59k times · Source

I need to enable ZipArchive php class on my localhost, How can I enable it !?

Answer

wesside picture wesside · Sep 18, 2012

add extension=zip.so to your php.ini if you already have it installed (not sure what OS you're on)

Linux: pecl install zip

Restart the web server once php.ini is edited.