-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Q: APCu #775
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
Comments
@javiereguiluz does the currently version of the demo still relies on APCu as its caching layer or no ? |
hmm, in any case, the APCu polyfill is useless. It is here to emulate APCu on top of APC for older PHP versions, but the demo requires PHP 7.1+, so you either have APCu or nothing at all (and then the polyfill cannot help much) |
We have this file: https://github.com/symfony/demo/blob/master/config/packages/prod/framework.yaml
|
but anyway, we don't really need the APCu polyfill, due to our PHP version requirement |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Why you have symfony/polyfill-apcu installed, but you never use APCu in config/controller?
Is it still recommended to use APC(u) with Symfony?
Thanks
The text was updated successfully, but these errors were encountered: