SlackBuildsOrg/libraries/zend-opcache
Marcel Saegebarth 9b670f181a libraries/zend-opcache: Updated for version 7.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-01-13 06:25:45 +07:00
..
README
slack-desc
zend-opcache.info libraries/zend-opcache: Updated for version 7.0.4. 2015-01-13 06:25:45 +07:00
zend-opcache.SlackBuild libraries/zend-opcache: Updated for version 7.0.4. 2015-01-13 06:25:45 +07:00

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.