summaryrefslogtreecommitdiffstats
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, 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.