summaryrefslogtreecommitdiffstats
path: root/opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-07-15 13:06:34 +0200
committerRemi Collet <fedora@famillecollet.com>2013-07-15 13:06:34 +0200
commit4890708cb49abb4550868eb040cb45c9baaa908d (patch)
treeb29ded97b6bf2044a55be6d0b7f38c35843d8454 /opcache.ini
parent869a48a981fd0d41e7e019bea17cc4911f7b128d (diff)
php-pecl-zendopcache: fix ZTS config.
Diffstat (limited to 'opcache.ini')
-rw-r--r--opcache.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcache.ini b/opcache.ini
index ef6e0e0..4a9ac5c 100644
--- a/opcache.ini
+++ b/opcache.ini
@@ -63,7 +63,7 @@ opcache.fast_shutdown=1
; 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
+opcache.blacklist_filename=@INIPATH@/opcache*.blacklist
; Allows exclusion of large files from being cached. By default all files
; are cached.