I searched for 3 hours and read several websites talking about using php.ini or .htaccess to disable xcache opcode by adding lines like:
php_flag xcache.cacher Off
php_flag xcache.size 0
php_flag xcache.stat On
But none of these solutions worked. Your solution of adding .user.ini worked right away!
Thank you, I hope this helps everyone.