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