wget https://pecl.php.net/get/zip自動下載最新包
tar xf zip-1.20.0.tgz
cd zip-1.20.0/
phpize
報錯system libzip must be upgraded to version >= 0.11
wget https://libzip.org/download/libzip-1.3.2.tar.gz
tar xvf libzip-1.3.2.tar.gz
cd libzip-1.3.2
ls
./configure
make && make install
cd zip-1.20.0/
ls
./configure
yum remove libzip
./configure
make && make install
頁面訪問報錯
systemctl restart php-fpm.service
systemctl status php-fpm.service
systemctl status httpd
systemctl restart httpd
頁面訪問無報錯