summaryrefslogtreecommitdiffstats
path: root/opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-11 07:12:44 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-11 07:12:44 +0200
commitf9504fbaa99f0a7a08ce4bfd88a1104e0fda6622 (patch)
tree7481d5c10c75d9c57d86a5546e318f40cb4912be /opcache.ini
parent3ae0a237b35e361ba15863f454c9f45dac9e9a9c (diff)
php 5.5.0beta3 + allow wildcard in opcache.blacklist_filename
Diffstat (limited to 'opcache.ini')
-rw-r--r--opcache.ini11
1 files changed, 4 insertions, 7 deletions
diff --git a/opcache.ini b/opcache.ini
index 4498e68..ef6e0e0 100644
--- a/opcache.ini
+++ b/opcache.ini
@@ -60,13 +60,10 @@ opcache.fast_shutdown=1
;opcache.inherited_hack=1
;opcache.dups_fix=0
-; The location of the OPcache blacklist file.
-; The OPcache 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').
-;opcache.blacklist_filename=
+; The location of the OPcache blacklist file (wildcards allowed).
+; Each OPcache blacklist file is a text file that holds the names of files
+; that should not be accelerated.
+opcache.blacklist_filename=/etc/php.d/opcache*.blacklist
; Allows exclusion of large files from being cached. By default all files
; are cached.