Skip to content

Support apcu without apcu_bc? #403

Description

@TysonAndre

Several references to apc are found, but not apcu. https://pecl.php.net/apcu_bc is helpful for the shared memory caching to work in php 7.

Expected: Check for apcu_fetch, apcu_store in addition to apc_fetch, apc_store. Possibly also suggest the apcu/apc module in composer.json

e.g. these references were seen:

src/Klein/Klein.php
440:        $apc = function_exists('apc_fetch');
556:                            $regex = apc_fetch("route:$expression");
559:                                apc_store("route:$expression", $regex);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions