我在 CentOS7 上运行 PHP7.4,运行时无法显示 zip 模块php -m
我尝试通过 yum 安装 php-zip 和 php-pecl-zip,结果如下:
Resolving Dependencies
--> Running transaction check
---> Package php72w-common.x86_64 0:7.2.34-1.w7 will be installed
Removing php72w-common.x86_64 0:7.2.34-1.w7 - u due to obsoletes from installed php-common-7.4.21-1.el7.remi.x86_64
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package php72w-common.x86_64 0:7.2.34-1.w7 will be installed
--> Finished Dependency Resolution
这是否意味着 zip 模块已经默认安装到 PHP7.4 上?我无法激活它有什么原因吗?
我还根据另一个 Stackoverflow 答案添加了 40-zip.ini,/etc/php.d/
但没有骰子。我还重新启动了我的 apache 网络服务器 ( systemctl restart httpd
)。
有人可以告诉我该消息的含义以及如何将 ZipArchive 安装到我的服务器上吗?任何帮助将不胜感激,谢谢!