All Questions
Tagged with alternative-php-cache php.ini
4 questions
0
votes
1
answer
596
views
Determinate witch Php cache system is currently used
How can i find what php cache system is used by my server (APC/opcache/Zend...) ?
If I run this command line, i've no information :
php -v
PHP 5.4.45-0+deb7u5 (cli) (built: Aug 30 2016 20:15:34)
...
0
votes
0
answers
1k
views
E: Unable to locate package php5-apcu
trying to install APCu on Ubuntu:
apt-get install php5-apcu
Getting an error:
E: Unable to locate package php5-apcu
Following someone's suggestion I added:
deb http://packages.dotdeb.org wheezy-...
3
votes
1
answer
11k
views
APCu and APC setting unclear
Please help me to understand where is difference between APC and APCu lies. While inspecting CentOS web-server (set up not by me) found that it has APCu 4.0.2 installed and phpinfo(); reports that APC ...
0
votes
1
answer
157
views
APC and xCache memory configuration
In PHP xCache and APC, there are options that allows to set maximum memory.
Do xCache and APC actually RESERVE the memory, or they just use it whenever they need to?