Jump to content

[SOLVED] how to check if APC is working


Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.