lavoiesl/apc-polyfill

This package is abandoned and no longer maintained. No replacement package was suggested.

Tiny script to create APC aliases when APCu is present but APC support is not emulated.

v1.0.1 2016-12-30 04:46 UTC

This package is not auto-updated.

Last update: 2022-07-18 08:53:48 UTC


README

Build Status

In rare cases, APCu would not be providing APC functions, this is a simple wrapper to provide it.

Usage

<?php
use Lavoiesl\APCPolyfill\APCPolyfill;

APCPolyfill::createAliases();
?>