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

后端 未结 7 502
一向
一向 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:46

    This worked for me!

    yum install php-pecl-zip
    apachectl restart
    
    0 讨论(0)
提交回复
热议问题