Home > other >  How to add php 7 extensions using remi on CentOS 7
How to add php 7 extensions using remi on CentOS 7

Time:02-10

Please help with php 7 extensions on CentOS 7.

When trying to isntall extension, for example memcache and memcached using the command yum --enablerepo=remi-php74 install php-memcache php-memcached I got the message that this packages are already installed.
php --modules also shows they are present. But I can't find them in /etc/opt/remi/php74/php.d and /opt/remi/php74/root/lib64/php/modules.

I attached screenshot of phpinfo() as well phpinfo, there are no additional extensions... Please advice what I'm doing wrong, I'm not very strong in this DevOPS things :-)

Also added php --ini response php --ini

CodePudding user response:

  •  Tags:  
  • Related