summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-04-25 12:53:02 +0200
committerOndřej Surý <ondrej@sury.org>2013-04-25 12:53:02 +0200
commit367111123281ebfd2876d4c8cf33414b394f489a (patch)
tree9e9d69d988b632304f51746d89c1eb3e0a178257 /php.ini-production
parent5a7c0b1f326279a6d7dba8285e81860e1f0ff8ce (diff)
downloadphp-367111123281ebfd2876d4c8cf33414b394f489a.tar.gz
Imported Upstream version 5.5.0~beta4upstream/5.5.0_beta4
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production6
1 files changed, 3 insertions, 3 deletions
diff --git a/php.ini-production b/php.ini-production
index 600debc9e..8d1f359da 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1920,12 +1920,12 @@ ldap.max_links = -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
+; 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. 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').
+; that start with 'x'). Line starting with a ; are ignored (comments).
;opcache.blacklist_filename=
; Allows exclusion of large files from being cached. By default all files