mzitech
Hello, you can try to install the zip module, please replace 74 with your php version, please back up the relevant files before operation.
The installation command is as follows:
cd /www/server/php/74/src/ext/zip/
/www/server/php/74/bin/phpize
./configure --with-php-config=/www/server/php/74/bin/php-config
make && make install
echo "extension=/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/zip.so" >> /www/server/php/74/etc/php.ini
/etc/init.d/php-fpm-74 restart