summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-04-11 15:32:54 +0400
committerDmitry Stogov <dmitry@zend.com>2013-04-11 15:32:54 +0400
commita0e3ca1c986681d0136ce4550359ecee2826a80c (patch)
tree9aff2ec131c65a934178866bdb33802eaf30146f /php.ini-development
parenta78c7a42061f2501db055b389f8c247bc28cc619 (diff)
parentbcb223a6264fcf1f732097b97d45e30542cc17cd (diff)
downloadphp-git-a0e3ca1c986681d0136ce4550359ecee2826a80c.tar.gz
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src: Fixed bug (Wrong ce cached) apply change from opcache readme to php.ini lucky that the name is not used, fix name of encoder
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development6
1 files changed, 3 insertions, 3 deletions
diff --git a/php.ini-development b/php.ini-development
index eedb1daa73..149dec5505 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1922,12 +1922,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