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.
我在我的 Windows 系统中使用最新的 xampp(v3.1.0)。我想使用 zip 扩展名。我该如何启用它?我听说它已经在最新的 xampp 中预编译了。我已经查看了php.ini,但是在扩展文件夹中也没有与 zip 相关的扩展。
PHP 5.2.0 及更高版本具有内置的 zip 功能,只需激活 zip 库。
Windows users need to enable php_zip.dll inside of php.ini in order to use these functions.