OPcache: Difference between revisions

m Admin moved page OPcache to OPcache: correct the case
m fix Case
 
Line 14: Line 14:
The Zend OPcache, or simply [https://www.php.net/manual/en/book.opcache.php OPcache] is the subsystem that caches PHP script compilation for speedier performance of PHP applications. It is part of the 'Zend Engine' - the runtime interpreter for PHP (compare with Facebook's deprecated HHVM).
The Zend OPcache, or simply [https://www.php.net/manual/en/book.opcache.php OPcache] is the subsystem that caches PHP script compilation for speedier performance of PHP applications. It is part of the 'Zend Engine' - the runtime interpreter for PHP (compare with Facebook's deprecated HHVM).


While '''[https://www.zend.com/products/zend-server Zend Server]''' is a proprietary product offered by Zend Technologies, the Zend Engine and OPCache are part of the core of the freely licensed PHP https://github.com/php/php-src
While '''[https://www.zend.com/products/zend-server Zend Server]''' is a proprietary product offered by Zend Technologies, the Zend Engine and OPcache are part of the core of the freely licensed PHP https://github.com/php/php-src


[[Category:PHP]]
[[Category:PHP]]
[[Category:Caching]]
[[Category:Caching]]
[[Category:]]