diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2013-06-29 23:40:24 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-06-30 00:15:31 -0500 |
commit | f9f23ef2c70a4bdf374194f2d0a22f6f6ffd5b13 (patch) | |
tree | 9dfc1092f7cc02dd668ed36f2a59d4fcca8d5d04 /libraries/zend-opcache/README | |
parent | a03b2a6c9dbe79482dba52676fe665c527fc8e81 (diff) | |
download | slackbuilds-f9f23ef2c70a4bdf374194f2d0a22f6f6ffd5b13.tar.gz |
libraries/zend-opcache: Added (PHP opcode caching and optimization)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/zend-opcache/README')
-rw-r--r-- | libraries/zend-opcache/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/zend-opcache/README b/libraries/zend-opcache/README new file mode 100644 index 0000000000..790dd6af76 --- /dev/null +++ b/libraries/zend-opcache/README @@ -0,0 +1,6 @@ +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. |