summaryrefslogtreecommitdiff
path: root/opcache-default.blacklist
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-02-02 12:56:19 +0000
committerCoprDistGit <infra@openeuler.org>2024-02-02 12:56:19 +0000
commit94f5e784ceb507fb62bdd627b3451fb0a7690ff6 (patch)
tree28de34f9a692731d7cc22d2d435c77fcee1c41f9 /opcache-default.blacklist
parent0fd92ab5ed82aa6d567e6ebcc700d9ab1cd37357 (diff)
automatic import of php
Diffstat (limited to 'opcache-default.blacklist')
-rw-r--r--opcache-default.blacklist11
1 files changed, 11 insertions, 0 deletions
diff --git a/opcache-default.blacklist b/opcache-default.blacklist
new file mode 100644
index 0000000..0cc2e18
--- /dev/null
+++ b/opcache-default.blacklist
@@ -0,0 +1,11 @@
+; The blacklist file is a text file that holds the names of files
+; that should not be accelerated. The file format is to add each filename
+; to a new line. The filename may be a full path or just a file prefix
+; (i.e., /var/www/x blacklists all the files and directories in /var/www
+; that start with 'x'). Line starting with a ; are ignored (comments).
+; Files are usually triggered by one of the following three reasons:
+; 1) Directories that contain auto generated code, like Smarty or ZFW cache.
+; 2) Code that does not work well when accelerated, due to some delayed
+; compile time evaluation.
+; 3) Code that triggers an OPcache bug.
+