Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的 ZipArchive php 类上localhost启用,我该如何启用它!?
localhost
如果您已经安装了它,请添加extension=zip.so到您的php.ini(不确定您使用的是什么操作系统)
extension=zip.so
php.ini
Linux:pecl install zip
pecl install zip
编辑 php.ini 后重新启动 Web 服务器。