wget http://pecl.php.net/get/zip-1.13.5.tgz
tar -zvxf zip-1.13.5.tgz
cd zip-1.13.5
phpize
./configure
make
sudo make install
中途可能会提示要安装apt install php70-dev
然后编辑php.iniy文件,位于:
/etc/php/7.0/apache2
在extension里加上/home/kenny/zip-1.13.5/modules/zip.so