Top "Apcu" questions

APCu provides a user variable cache to PHP.

Enable APCU CLI on docker php 7.3

I'm trying to enable apcu cli on my docker container in order to run my test. This is my docker …

php docker apcu
Installing PHP 7.1 APCu Extension on UBUNTU 16.04

I am trying to load apcu with php 7.1 in ubuntu 16.04, i have done the following steps: sudo apt-get install software-properties-common …

php ubuntu plesk apcu
UndefinedFunctionException - Attempted to call function "apc_fetch" from namespace "Doctrine\Common\Cache"

I am trying to run app/console doctrine:schema:create --dump-sql using Symfony 2.7 on Ubuntu 16.04 with PHP7. The above command …

php symfony apcu
Apcu is not enabled when installed with apt-get on PHP7.2-apache stretch image

I installed php-apcu with apt-get install on PHP7.2-apache-stretch but not able to enable it. The apcu.so and apcu.…

apcu php-7.2
Symfony 3 / APCu + PHP7

I have a problem with APCu and PHP7 again. Here is my conf. framework: validation: cache: validator.mapping.cache.doctrine.…

php symfony apc php-7 apcu