-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Zend Data Cache: APC compatibility broken #9
Comments
It should be a bug in Originally posted by @thomasvargiu at zendframework/zend-cache#78 (comment) |
@thomasvargiu this issue is not about apcu_bc, this is about the apc compatibly layer of the zend data cache (part of zend server) Originally posted by @marc-mabe at zendframework/zend-cache#78 (comment) |
@marc-mabe Ok, I don't know Zend Data Cache, but I think it could be a problem of Zend Data Cache. What do you think? And it's a 2 years old issue. Originally posted by @thomasvargiu at zendframework/zend-cache#78 (comment) |
@thomasvargiu Needs to be checked with the current Zend Server version if the problem still persist. Originally posted by @marc-mabe at zendframework/zend-cache#78 (comment) |
I will close this as with the next minor version, we will bump PHP minimum version to 7.3. @Ocramius Just to make sure that I'm on the right track:
Thats a BC break, isnt it? But it might be a problem we probably cannot solve? |
The Zend Data Cache comes with a compatibility layer for APC but the APC adapter doesn't work with it:
I currently don't get the full result. Could be a segmentation fault somewhere but it's a bit more work as the Zend Data Cache doesn't run in CLI and this bug is not very impotent.
-> For now if you are using the Zend Data Cache than please use one of the ZendServer[Disk|Shm] adapters.
Originally posted by @marc-mabe at zendframework/zend-cache#78
The text was updated successfully, but these errors were encountered: