CodeIgniter Forums
APC cache for php7 and CI3.x - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: APC cache for php7 and CI3.x (/showthread.php?tid=67242)



APC cache for php7 and CI3.x - dathelen - 01-30-2017

Looking to upgrade my app from php5.6 to php7 and I am currently using the apc cache.  I see that the full apc cache is not supported but apcu is:

http://php.net/manual/en/book.apcu.php

Does anyone know if the underlying library is supported by the cache driver in CI3?

Thanks,
Dave