Php's OPcache extension cannot be loaded

the following error occurred when running php-related commands:

Cannot load Zend OPcache - it was already loaded

what is not set correctly?

Php
Mar.24,2021
Delete opcache.so
reason in

php.ini
php.ini is introduced as a dynamic library, but your php has been statically compiled opcache, there is no need to turn on php.ini configuration

Menu