Topic: enable php56-apcu extension in phpmyinfo

Hello,

My Os is centos 7

i succesfuly installed php5.6 from remi repository.

i also installed apcu extension using this command "yum --enablerepo=remi,remi-php56 install php-apcu "

php -m show the apcu extension but it's not loaded in phpmyinfo , cant find the apcu.ini file  in "/opt/remi/php56/root/etc/php.d "  and my symfony project tell me that apcu is missing sad

Please any one  can help me ?

thanks in advance for your time

Re: enable php56-apcu extension in phpmyinfo

Confusion between base and SCL packages

- php-pecl-apcu in remi-php56 is a base package, and provides /etc/php.d/40-apcu.ini
- php56-php-pecl-apcu in remi-safe is a SCL package and provides /opt/remi/php56/root/etc/php.d/40-apcu.ini

See the Wizard instructions: https://rpms.remirepo.net/wizard/
And the FAQ: https://blog.remirepo.net/pages/English-FAQ#scl

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi