Skip navigation

Monthly Archives: July 2013

With PHP 5.5, the Zend OPcache extension is now enabled by default. This potentially impacts a number of current projects, this post is specifically about caching objects (simpleXMLElement, etc.) in memory without using memcached. Additionally, this also introduces a number of potential conflicts with existing environments which already implement a caching layer such as XCache.

To be continued…