Top "Apc" questions

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP.

pecl install apc isn't working. shtool does not exist

I am an absolute newbie…didn't learn about SSh till an hour ago and got my first VPS 2 hours ago. …

php apc pecl
Choosing a PHP caching technique: output caching into files vs. opcode caching

I've heard of two caching techniques for the PHP code: When a PHP script generates output it stores it into …

php performance caching apc eaccelerator
APC (Alternate PHP Cache) Throwing Lots of PHP Notices

I got APC 3.1.9 setup on my Linux box running PHP 5.3.6. Caching works fine but I have noticed in our error …

php apc e-notices
sudo pecl install apc error on os x lion

I tried installing APC with pecl on OS X Lion (sudo pecl install apc) and it complained about a missing …

php osx-lion apc osx-mavericks pecl
How to clear user cache in APCu?

I have tried to clear the user cache using this PHP code and access it from the browser: <?php …

caching apc php opcache
What is the correct way to check if APC is installed and working?

I'm writing a wordpress plugin where the CSS is compiled dinamically and thus i've implemented various strategies to cache it. …

php apc
APC is showing 100% fragmentation

APC is showing 100% fragmentation. Is this bad? Does it mean that it's not helping at all? What paths do I …

php apc
.htaccess :: Cannot set a upload_tmp_dir

Looks like a very simple task but it's not working... I'm trying to set upload_tmp_dir to the ROOT …

php .htaccess upload apc ini-set
php installation error

I have installed 'WampServer2.1e-x32' stack with addon version of php 5.2.11 . I downloaded apc3.0.19.dll and placed under the …

php apc
APC Hits/Misses and configuration

What are "Hits & Misses" in reference to APC opcode caching? I've installed APC and it's running great, but I've …

apc opcode-cache