Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any control panel for PHP APCU? [closed]

Tags:

php

apc

So, I just upgraded to PHP 5.5 on my ubuntu test box and I can save and fetch user cache from apc_* commands along with apcu_* commands (both seem to work)

But when I check the APC backend (the APC control panel) , user cache entries never show up.

Do anyone know about any control panel or a backend where I can check and manage APCU user cache entries in PHP 5.5 ?

like image 885
Golu Avatar asked Mar 21 '23 01:03

Golu


1 Answers

You need a different script for apcu:

https://github.com/krakjoe/apcu/blob/simplify/apc.php

https://github.com/krakjoe/apcu/blob/master/apc.php

like image 104
Joe Watkins Avatar answered Apr 02 '23 04:04

Joe Watkins