Steps to install PHP zip module

kumkumsharma

Administrator
Staff member
If your website require PHP zip module for particular version then you can check this article. To resolve this we can install zip module for all versions.

You can check below command:

Code:
$ /usr/local/cpanel/bin/rebuild_phpconf --current
DEFAULT PHP: ea-php71
ea-php71 SAPI: cgi
ea-php72 SAPI: cgi
ea-php73 SAPI: cgi
ea-php74 SAPI: ds
After knowing the current version you can install the zip module, you can use below command for that:

Code:
# yum install ea-phpXX-php-zip*
Here XX is your current PHP version.
 
Top