-
Notifications
You must be signed in to change notification settings - Fork 53
Zend Data Cache: APC compatibility broken #78
Comments
It should be a bug in |
@thomasvargiu this issue is not about apcu_bc, this is about the apc compatibly layer of the zend data cache (part of zend server) |
@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. |
@thomasvargiu Needs to be checked with the current Zend Server version if the problem still persist. |
This repository has been closed and moved to laminas/laminas-cache; a new issue has been opened at laminas/laminas-cache#9. |
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.
The text was updated successfully, but these errors were encountered: