Top "Apc" questions

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

Does a graceful Apache restart clear APC?

Will calling $ httpd graceful clear out the APC cache, or do I have to do a full-blown $ httpd restart to …

php apache apc
Error installing apc for php on linux/centos

I followed this tutorial http://stevejenkins.com/blog/2011/08/how-to-install-apc-alternative-php-cache-on-centos-5-6/ to install apc on my centos vps hosting but I …

php apc
APC and child pid XXXXX exit signal Segmentation fault

First I had xCache installed on server, I had xCache on lot of my servers but in this one after …

php linux apache2 apc xcache
Locating memory leak in Apache httpd process, PHP/Doctrine-based application

I have a PHP application using these components: Apache 2.2.3-31 on Centos 5.4 PHP 5.2.10 Xdebug 2.0.5 with Remote Debugging enabled APC 3.0.19 Doctrine …

php apache memory-leaks apc
PHP APC installation failed on Ubuntu

I have done this sudo apt-get install php-pear php5-dev make libpcre3-dev and then sudo pecl install apc But …

php ubuntu apc
Symfony / PHP7 APC -> APCu

I have issue with PHP7 and APCu. After installation I got this error: Fatal error: Call to undefined function Doctrine\…

php symfony apc
APCu and Symfony2

Since PHP 5.5 broke APC in favor of their own cache, I'm trying to get my Symfony2 project running with APCu …

php symfony apc
apc.filters by path?

How would I use the apc.filters parameter in APC opcode caching to not cache certain paths? For example, I …

php apc opcode-cache
"No acceptable C compiler found" when installing APC

What do I need to do to get APC to work correctly, it seems I dont have a c compiler …

php installation apc
Magento how to cache a productCollection

Ive noticed my home page is taking a long time to load - over 6 seconds infact according site24x7.com, …

magento caching apc