I have tried to install APC on my VPS and when I do php -m the APC entry appears in that list. OS is centos
However, when I try this
print_r(get_loaded_extensions());
It is not listed in there. I have added
extensions=apc.so
in the php.ini in the root folder of the web app and in these two files
/usr/lib/php.ini
/usr/local/lib/php.ini
It is also not showing in the phpinfo page.
Any help is appreciated. I am