PHP Zip 模块未加载

PHP Zip 模块未加载

我使用 PHP 7.4 和 Nginx 1.16.1,并且我想在我的服务器中启用 php-zip,因为 wordpress 插件需要它:

在此处输入图片描述

我安装了 zip 模块 (php-pecl-zip-1.19.1-1.el7.remi.7.4.x86_64)。如果我输入php --moduleszip 扩展名存在:

[PHP Modules]
bz2
calendar
Core
ctype
curl
date
exif
fileinfo
filter
ftp
gettext
hash
iconv
json
libxml
openssl
pcntl
pcre
Phar
readline
Reflection
session
sockets
sodium
SPL
standard
tokenizer
zip
zlib

[Zend Modules]

但在 phpinfo 或 wordpress 中似乎 zip 扩展已关闭。问题出在哪里?

我已经安装了 zip 和 unzip 包。

我从 remi repo 安装 php-zip:

[root@CentOS-78-64-minimal php.d]# yum install php-zip
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: linux.darkpenguin.net
 * epel: mirrors.n-ix.net
 * extras: mirror.checkdomain.de
 * remi-php74: mirror.23media.com
 * remi-safe: mirror.23media.com
 * updates: mirror.checkdomain.de
Package php-pecl-zip-1.19.1-1.el7.remi.7.4.x86_64 already installed and latest version

相关内容