summaryrefslogtreecommitdiff
path: root/libraries/zend-opcache/README
diff options
context:
space:
mode:
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 790dd6af76..0000000000
--- 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.