Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support apcu without apcu_bc? #403

Open
TysonAndre opened this issue Nov 7, 2019 · 0 comments
Open

Support apcu without apcu_bc? #403

TysonAndre opened this issue Nov 7, 2019 · 0 comments

Comments

@TysonAndre
Copy link

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant