S slvmr Verified User Joined Jul 31, 2020 Messages 8 Sep 25, 2020 #1 Hello There! I tried to install APCU with "pecl install apcu-5.1.18" command. I installed successfully but this command installed only for php 7.2 version. How can i install apcu for all php versions? Thanks.
Hello There! I tried to install APCU with "pecl install apcu-5.1.18" command. I installed successfully but this command installed only for php 7.2 version. How can i install apcu for all php versions? Thanks.
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,442 Location UA Sep 25, 2020 #2 run pecl for each PHP version, like: /usr/local/php72/bin/pecl install apcu /usr/local/php56/bin/pecl install apcu etc.
run pecl for each PHP version, like: /usr/local/php72/bin/pecl install apcu /usr/local/php56/bin/pecl install apcu etc.
S slvmr Verified User Joined Jul 31, 2020 Messages 8 Sep 25, 2020 #3 Zhenyapan said: run pecl for each PHP version, like: /usr/local/php72/bin/pecl install apcu /usr/local/php56/bin/pecl install apcu etc. Click to expand... It's worked. Thank you!
Zhenyapan said: run pecl for each PHP version, like: /usr/local/php72/bin/pecl install apcu /usr/local/php56/bin/pecl install apcu etc. Click to expand... It's worked. Thank you!