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