-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[NFR] Implement Model\MetaData\Apcu #13078
Comments
It will be in phalcon 4. We follow semver so we couldn't remove it in phalcon 3.2. Don't really see a problem, just install apcu_bc. |
I am using apcu_bc, but ideally I would like to get rid of it. |
Yea i was proposing this already. But this should be in 3.3, so w really need version 3.3 @sergeyklay |
Implemented in the |
Expected and Actual Behavior
I would expect APC extension dependency to be fully removed in Phalcon 3.2, but it seems "Phalcon\Mvc\Model\MetaData\Apc" is still using it.
Details
The text was updated successfully, but these errors were encountered: