首页 > Web开发 > 详细

PHP: Class 'ZipArchive' not found in

时间:2015-11-20 12:08:59      阅读:186      评论:0      收藏:0      [点我收藏+]
I‘m trying to use the php function ZipArchive, I have zip installed tho still getting the error: Fatal error: Class ‘ZipArchive‘ not found in.And my version is  5.2,add ";extension=php_zip.dll" in my php.ini.How can I install ZipArchive class?Thanks a bunch!

在php.ini里面把;extension=php_zip.dll前面的分号去掉。前提是你安装的php里面ext文件夹里面有php_zip.dll

PHP: Class 'ZipArchive' not found in

原文:http://www.cnblogs.com/relix/p/4980118.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!