zend-opcache: zend-opcache (PHP opcode caching and optimization) zend-opcache: zend-opcache: The Zend OPcache provides faster PHP execution through opcode zend-opcache: caching and optimization. It improves PHP performance by zend-opcache: storing precompiled script bytecode in the shared memory. zend-opcache: This eliminates the stages of reading code from the disk and zend-opcache: compiling it on future access. In addition, it applies a few zend-opcache: bytecode optimization patterns that make code execution faster. zend-opcache: zend-opcache: Homepage: http://pecl.php.net/package/ZendOpcache/ zend-opcache: