How can I install zipArchive on PHP 7.2 with CentOS 7?

后端 未结 7 530
一向
一向 2020-12-01 18:45

I am trying to install ziparchive and domdocument on nginx web server that has the latest WordPress. In order to run Avada theme, I need these two on the local CentOS 7 test

7条回答
  •  温柔的废话
    2020-12-01 19:22

    try yum search zip |grep -i php and install with package name came back

    like - sudo yum install ea-php73-php-zip.x86_64

提交回复
热议问题