-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove xcache and apc .... #28597
Comments
Hey, this issue has been closed because the label |
target for 10.1 -> reopening |
What about APCu ? Besides locking, do we make use of it anywhere else? |
yes - there are some code paths which use caches- Search for ICacheFactory |
[stable10] Kill APC and XCache - fixes #28597
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
apc is unmaintained
http://php.net/manual/en/intro.apc.php
xcache is only available for php 5.6
last release 2014 - https://xcache.lighttpd.net/#News
Lets kill those as soon as we go for php7+ only
The text was updated successfully, but these errors were encountered: