Over the last couple of weeks, I spent some time investigating an issue with PHP's OPcache feature. Simply put, OPcache keeps a compiled copy of PHP scripts, so that those files don't have to be re-compiled every time they are called. It's one of the main reasons why PHP execution is quite fast nowa