bobn Posted October 21, 2009 Share Posted October 21, 2009 Using Centos 5.3 x86_63, PHP 3 php-pecl-apc x86_64 version 3.1.2-2.el5.remi.1 phpinfo() lists apc.ini as parsed, but there is no information listed for it among the individual listings of extension information. Also the Symfony framework configuration check continues to show no accelerator is installed. There is no mention of APC in the php error log. How do I check to find out if the extension is loaded? Thanks for your help Link to comment https://forums.phpfreaks.com/topic/178467-solved-how-to-check-if-apc-is-working/ Share on other sites More sharing options...
bobn Posted October 22, 2009 Author Share Posted October 22, 2009 found the error message: [22-Oct-2009 11:06:15] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: php_pcre_exec in Unknown on line 0 I forgot to reload the server before checking the error log. Please accept my apology for this. I am still learning. The problem seems to be in the from the specific rpm I used. Either I am missing a dependency or there is a bug. I will check with the repository. Link to comment https://forums.phpfreaks.com/topic/178467-solved-how-to-check-if-apc-is-working/#findComment-942138 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.