Changed php.ini to use OPcache
PHP >= 5.5 use OPcache.
Set option to not validate files timestamps, to avoid filesystem overhead (recommended in production). Same option than apc.stat = 0.
Other options commented as don't work with all frameworks.
Commented apc config ( default memory size in opcache is 64M )