Where Can I Find "apc.enable_cli"?

Hi,

Be sure you have installed apcu module for php. You can uncomment/add these lines in your php.ini or php.d/apcu.ini for example:

extension=apcu.so
apc.enabled=1
2 Likes