File: //proc/self/root/usr/share/doc/php-apcu-bc/README.md
APCu Backwards Compatibility Module
===============================
[](https://travis-ci.org/krakjoe/apcu-bc)
This module provides a backwards APC compatible API using [APCu](https://github.com/krakjoe/apcu).
Performance
===========
There is no appreciable difference; This layer calls the same internal (to apc) functions that APCu does, but just accepts the old parameters, the only meaningful difference is prototypes and names of functions.