PECL :: Package :: ZendOpcache (original) (raw)

Top Level :: Caching :: ZendOpcache

This package is not maintained anymore and has been superseded by. Package has moved to channel http://php.net/opcache

Package Information
Summary The Zend OPcache provides faster PHP execution through opcode caching and optimization.
Maintainers Xinchen Hui < laruence at php dot net > (lead) [details] Hannes Magnusson < bjori at php dot net > (lead) [details] Zeev Suraski < zeev at zend dot com > (lead) [details] Dmitry Stogov (lead) [details]
License PHP License
Description The Zend OPcache provides faster PHP execution through opcode caching and optimization. It improves PHP performance by storing precompiled script bytecode in the shared memory. This eliminates the stages of reading code from the disk and compiling it on future access. In addition, it applies a few bytecode optimization patterns that make code execution faster.
Available Releases
Version State Release Date Downloads
7.0.5 stable 2015-04-14 zendopcache-7.0.5.tgz (94.8kB) [ Changelog ]
7.0.4 stable 2015-01-12 zendopcache-7.0.4.tgz (94.1kB) [ Changelog ]
7.0.3 beta 2014-01-20 zendopcache-7.0.3.tgz (92.0kB) [ Changelog ]
7.0.2 beta 2013-06-05 zendopcache-7.0.2.tgz (85.8kB) [ Changelog ]
7.0.1 beta 2013-03-25 zendopcache-7.0.1.tgz (83.1kB) [ Changelog ]
7.0.0 beta 2013-03-04 zendoptimizerplus-7.0.0.tgz (80.4kB) [ Changelog ]
Dependencies
Release 7.0.5: PHP Version: PHP version 5.5.0 or olderPHP Version: PHP 5.2.0 or newerPEAR Package: PEAR 1.4.0b1 or newer
Release 7.0.4: PHP Version: PHP 5.2.0 or newerPEAR Package: PEAR 1.4.0b1 or newer
Release 7.0.3: PHP Version: PHP 5.2.0 or newerPEAR Package: PEAR 1.4.0b1 or newer
Dependencies for older releases can be found on the release overview page.