slackbuilds/libraries/zend-opcache
Marcel Saegebarth f9f23ef2c7 libraries/zend-opcache: Added (PHP opcode caching and optimization)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2013-06-30 00:15:31 -05:00
..
README libraries/zend-opcache: Added (PHP opcode caching and optimization) 2013-06-30 00:15:31 -05:00
slack-desc libraries/zend-opcache: Added (PHP opcode caching and optimization) 2013-06-30 00:15:31 -05:00
zend-opcache.SlackBuild libraries/zend-opcache: Added (PHP opcode caching and optimization) 2013-06-30 00:15:31 -05:00
zend-opcache.info libraries/zend-opcache: Added (PHP opcode caching and optimization) 2013-06-30 00:15:31 -05: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.