summaryrefslogtreecommitdiffstats
path: root/php/opcache-default.blacklist
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-02 17:45:01 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-02 17:45:01 +0200
commit03d502e571b375ffd276b192ecd5128306ab3ef1 (patch)
tree2d0ddcacaecc662ee5dd362a0120cecaaa754fbc /php/opcache-default.blacklist
parent2f81cc3673b7f31e71f40dc47c9242c4ea410869 (diff)
reorg repo
Diffstat (limited to 'php/opcache-default.blacklist')
-rw-r--r--php/opcache-default.blacklist11
1 files changed, 0 insertions, 11 deletions
diff --git a/php/opcache-default.blacklist b/php/opcache-default.blacklist
deleted file mode 100644
index 0cc2e18..0000000
--- a/php/opcache-default.blacklist
+++ /dev/null
@@ -1,11 +0,0 @@
-; 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.
-