I am installing 1.27.0 on webtatic's php 7.0 on centos 6.x -- I have the apcu extension installed, and it is displayed when I phpinfo()
apcu
APCu Support Enabled
Version 5.1.3
APCu Debugging Disabled
MMAP Support Disabled
Serialization Support php
Build Date Jan 16 2016 13:22:48
The web configuration tool is saying:
PHP 7.0.6 is installed.
Warning: Could not find APCu, XCache or WinCache.
Object caching is not enabled.
I know that there is a APCu-bc package, however I do not have it installed, since webtatic does not provide it yet. While I do not know if this is why it fails to detect, I imagine it could be.
Could the error message be improved to mention if APCu-bc is also required? Right now it is very confusing as it asks for APCu and I have it installed. Or if the detection is simply not working properly, then that could also be fixed.
Thanks