在Ubuntu 5.6上安装php-zip
我不能在最后的php5.6上在我的Ubuntu VM上安装php-zip。
找不到清楚的东西。
我仍然得到这个Apache错误:
PHP Fatal error: Class 'ZipArchive' not found in /var/www/uta/system/library/PHPExcel/PHPExcel/Writer/...
谢谢
试试
-
sudo apt-get install php-zip
或 -
sudo apt-get install php5.6-zip
然后,您可能不得不重新启动您的Web服务器。
-
sudo service apache2 restart
或 -
sudo service nginx restart
如果你正在安装centos或者fedora操作系统,那就用yum代替apt-get。 例:-
sudo yum install php-zip
或sudo yum install php5.6-zip
和sudo service httpd restart