APC - General questions

ChemicalKicks

Well-known member
Would love some insight to the following questions.

As far as I'm aware I have APC enabled as per this.

Untitled.webp

I haven't played about with configuring APC yet, is this something I should do or are defaults fine?
 
Thank you, one last thing, after running through the upgrade I get the following

Code:
upgrade ok: channel://pecl.php.net/APC-3.1.9
configuration option "php_ini" is not set to php.ini location
You should add "extension=apc.so" to php.ini

Where abouts in the php.ini do I add that? Do I need to do it?
 
the default install looks for the php.ini in a set location, depending on your install it may not be at that location.

just load up your phpinfo and see if the upgrade has gone through there

(you need to restart httpd first obviously)
 
the default install looks for the php.ini in a set location, depending on your install it may not be at that location.

just load up your phpinfo and see if the upgrade has gone through there

(you need to restart httpd first obviously)
Yeah upgrade has gone through, just thought it might not be working right without the line in the php.ini, I'm running php5-fpm & nginx
 
Top Bottom