我有最新版本的XAMPP和php版本5.6.3,但我不能使用ZipArchive.我已经下载了php_zip.dll并将其放在ext目录中,我添加了extension = php_zip.dll但是在服务器重置后我变暖了:
"模块'zip'已经加载"
我仍然看到错误:找不到ZipArchive ...
使用:
$zip = new ZipArchive();
Run Code Online (Sandbox Code Playgroud)
返回错误:
Fatal error: Class 'Att\Controller\ZipArchive' not found in ...
Run Code Online (Sandbox Code Playgroud)