A
A
alexiusgrey2022-03-02 17:22:16
PHP
alexiusgrey, 2022-03-02 17:22:16

Centos 7 and connecting the zip module - how to connect correctly?

This is the first time I've encountered this, so I'm learning on the go, I need the help of those who have already encountered it. And tech support doesn't want to help.

By default, the client generally had a version of php 7.1, a lot of things didn’t work with it.
I used the console and here is the instruction on the hosting itself, but not 73, but everywhere I entered 80, but this was not enough, I also entered the line that was suggested to me on stackoverflow.

yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm

The eighth version is installed, but wordpress swears that there is no zip module. I know that it is not critical, but for the duplicator to work correctly, it is needed, and in general I want it to be.

I try to install a zip-module, I write

yum search zip |grep -i php
- their list comes out, I choose from it

yum install php80-php-pecl-zip.x86_64

it is installed, and to save I enter

systemctl restart httpd- this is point 6 from the instruction

itself. Is everything correct? and then on the site wordpress still writes that it is not there

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Reshetnyak, 2022-03-02
@trjflash

There, in addition to the installation, it seems to be uncommented in php.ini itself
extention=zip.so

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question