7f18ac
; The blacklist file is a text file that holds the names of files
7f18ac
; that should not be accelerated. The file format is to add each filename
7f18ac
; to a new line. The filename may be a full path or just a file prefix
7f18ac
; (i.e., /var/www/x  blacklists all the files and directories in /var/www
7f18ac
; that start with 'x'). Line starting with a ; are ignored (comments).
7f18ac
; Files are usually triggered by one of the following three reasons:
7f18ac
; 1) Directories that contain auto generated code, like Smarty or ZFW cache.
7f18ac
; 2) Code that does not work well when accelerated, due to some delayed
7f18ac
;    compile time evaluation.
7f18ac
; 3) Code that triggers an OPcache bug.
7f18ac