APCu doesn't want to cache and restarts every 10min

#1
APCu doesn't want to cache

Hi,

I've installed PHP 5.5 and enabled Zend opcache.
I've also installed APCu as a user cache.
When I enter apc.php, I can't see any caching in place. In php info I can see APCu enabled and configured, but it doesn't want to cache anything.

PHP ini configurations:
extension=apcu.so
exntension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20121212/"
apc.enabled=1
apc.shm_size=128M
apc.ttl=7200
apc.enable_cli=1

PHP suEXEC is disabled.

PHP INFO:
http://img196.imageshack.us/img196/5749/q6t.png

apc.php:
http://img855.imageshack.us/img855/5210/7g4h.png

Thanks.
 
Last edited:
Top