Answer the question
In order to leave comments, you need to log in
How to permanently solve the extension priority issue in php?
I already avoid unnecessary updates due to the fact that every other time I get an error that I have to solve again.
This time the problem is with apcu.
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apc.so' - /usr/lib/php/20160303/apc.so: undefined symbol: zif_apcu_store in Unknown on line 0
it is because the pdo-pgsql module is already build in the binary of php, so that you do not need to use a dynamic module (with the *.so extension)
Answer the question
In order to leave comments, you need to log in
How to solve such errors correctly and in general, how to solve this problem once and for all so that you no longer encounter it?
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository ppa:ondrej/nginx-mainline
sudo apt update
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question