aboutsummaryrefslogtreecommitdiff
path: root/libraries/zend-opcache/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-04 00:46:50 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit1d2ae666b1b35a5a297eba9fd03b454b70b9806a (patch)
treed430ee7a5a60c85a34463f73d7a1d789c8f9d37b /libraries/zend-opcache/README
parent972c058be814cd79dfecea8f2a08f10e4735a0ba (diff)
libraries/zend-opcache: Removed (included in PHP 5.5+).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zend-opcache/README')
-rw-r--r--libraries/zend-opcache/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/zend-opcache/README b/libraries/zend-opcache/README
deleted file mode 100644
index 790dd6af76d33..0000000000000
--- a/libraries/zend-opcache/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.