diff options
Diffstat (limited to 'libraries/zend-opcache/README')
-rw-r--r-- | libraries/zend-opcache/README | 6 |
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. |