diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-12 10:07:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-12 10:08:22 +0200 |
commit | 2c71a67fe4590f13a22c5af3739ab097de871b7c (patch) | |
tree | e4f0b1db600c4d73ce58d061be379cf5c2a61257 /opcache-default.blacklist | |
parent | 228689094982313b28805c1eaa36746fe3db5942 (diff) |
7.2.0-dev 20170412
Diffstat (limited to 'opcache-default.blacklist')
-rw-r--r-- | opcache-default.blacklist | 11 |
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. + |