Top "Apc" questions

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

Difference between APC, APCu and Opcache?

I am running a web server with the following packages; php-apc 3.1.7-1 php5-fpm 5.3.10-1ubuntu3.10 However, i have built …

php caching apc opcache
Install APC on Windows

How can I install APC on Windows? I am using PHP 5.3, Windows 7 x64. I used pecl install apc I got …

php apc
Apache 2.4 + PHP-FPM and Authorization headers

Summary: Apache 2.4's mod_proxy does not seem to be passing the Authorization headers to PHP-FPM. Is there any way …

apache http apc mod-proxy php
best way to obtain a lock in php

I'm trying to update a variable in APC, and will be many processes trying to do that. APC doesn't provide …

php locking apc
Is there any compatible memory cache for PHP 7?

I would like to use PHP 7. However there seems to be no option for key-value memory caching. APC is discontinued. …

php apc opcache xcache
How do I know if any PHP caching is enabled?

I used to think caching was very hard to install so I've never done it... After reading about APC, it …

php caching apc
magento client denied by server configuration

Magento isn't displaying anything but a white homepage, in the error_log the error given is: client denied by server …

php caching magento apc
PHP5.6 and APC installation

How to install APC under PHP 5.6? APC is installed apt-get install php-pear php5-dev make libpcre3-dev pecl install apc # …

php apc
PHP APC in CLI mode

Does APC module in PHP when running in CLI mode support code optimization? For example, when I run a file …

php performance optimization command-line-interface apc
nginx php5-fpm upstream timed out (110: Connection timed out) while connecting to upstream

We have a web server running with nginx php5-fpm apc setup. However we experienced upstream connection timeout errors and …

tcp nginx apc php