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

后端 未结 7 540
一向
一向 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:28

    You can try: yum install php-pecl-zip.x86_64

    Try installing that and enabling it by running: echo "extension=zip.so" >> /etc/php.d/zip.ini

提交回复
热议问题