slackbuilds/libraries/zend-opcache
Marcel Saegebarth e16001e59c libraries/zend-opcache: Updated for version 7.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-01-29 23:21:09 -06:00
..
README libraries/zend-opcache: Added (PHP opcode caching and optimization) 2013-06-30 00:15:31 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
zend-opcache.SlackBuild libraries/zend-opcache: Updated for version 7.0.3. 2014-01-29 23:21:09 -06:00
zend-opcache.info libraries/zend-opcache: Updated for version 7.0.3. 2014-01-29 23:21:09 -06:00

README

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.