I use a Symfony2 project deployed on a Ubuntu server 14.04(php version 5.5). This version of PHP comes with Opcache built-in, so no need to install APC.
The problem is that I want to use the cache for doctrine ORM but it supports only APC,Memcached... Not Opcache
I want to install APC instead of Opcache but I noticed that APC is for PHP versions lower that 5.5 Can I run APCu with Opcache on the same server? If yes will this solve the problem or there are other better solutions?