phpapc

Is there any control panel for PHP APCU?


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 ?


Solution

  • 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