Blame SOURCES/opcache-default.blacklist

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