Top "Apc" questions

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

How does memcache with MySQL work?

I am trying to understand (and probably deploy) memcached in our env. We have 4 web servers on loadbalancer running a …

php mysql memcached apc
pecl installs for previous php version

I've upgraded my MacBook to Mavericks and ruined my development environment. The problem I have right now is that my …

php pear apc pecl osx-mavericks
Difference between Memcache, APC, XCache and other alternatives I've not heard of

At work, we've recently started designing an application to me "large scale" (we're engineering for the potential to serve up …

caching memcached apc xcache
How to share APC cache between several PHP processes when running under FastCGI?

I'm currently running several copies of PHP/FastCGI, with APC enabled (under Apache+mod_fastcgi, if that matters). Can I …

php fastcgi apc mmap
__PHP_Incomplete_Class_Name wrong

We're randomly getting some very strange error logs. They don't happen on every page hit, even with the same parameters/…

php session serialization apc
PHP with APC: Fatal errors: Cannot redeclare class

Since I installed APC for PHP with PECL I get sometimes these errors: Cannot redeclare class xxx xxx changes from …

apc php
APC Cache use only 32M memory

Here my config extension = apc.so apc.enabled = 1 apc.shm_size = 128M apc.shm_segments = 1 apc.gc_ttl = 7200 apc.ttl = 0 …

php shared-memory apc
PHP: APC enabled, but still doesn't work?

On my new Xubuntubox I installed the lamp-server tools, php, php-apc, added the extension=apc.so line to the php.…

php apc
APC -> APCu / OPCache, performance poor

I have an m3.xlarge EC2 instance that I updated to PHP 5.5.11 today. With this update, it overwrote php55-pecl-apc …

php wordpress apc opcache
sudo pecl install apc returns error

I run the command: sudo pecl install apc The file gets downloaded, the configuration succeeds, then make is launched and …

php pear apc pecl