Showing posts with label zip file not downloaded in php. Show all posts
Showing posts with label zip file not downloaded in php. Show all posts

Tuesday, April 15, 2014

XAMPP - Fatal error: Class 'ZipArchive' not found

Run following command to download file zip.so
# /opt/lampp/bin/pecl install zip
It will install zip functionality, now enable the extension zip.so

To Enable this, uncomment following line (remove the semi colon (;) )
extension="zip.so"
in the file /opt/lampp/etc/php.ini

Restart xampp.