Run following command to download file zip.so
To Enable this, uncomment following line (remove the semi colon (;) )
Restart xampp.
# /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.iniRestart xampp.