源自一个错误(php操作excel的时候)
Fatal error: Uncaught Error: Class "ZipArchive" not found
解决方案
cd /usr/local/src
wget http://pecl.php.net/get/zip-1.19.2.tgz
tar -xvzf zip-1.19.2.tgz
cd zip-1.19.2
phpize
./configure --with-php-config=/usr/bin/php-config
make && make install
vi /data/apps/php/etc/php.ini
e...