From 4890708cb49abb4550868eb040cb45c9baaa908d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jul 2013 13:06:34 +0200 Subject: php-pecl-zendopcache: fix ZTS config. --- opcache.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcache.ini') 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. -- cgit