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

相关文章: