diff options
author | Remi Collet <remi@php.net> | 2013-04-11 07:06:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2013-04-11 07:06:36 +0200 |
commit | ab165d3465b689040f7306f41294db5d73a66076 (patch) | |
tree | bcec9f5bc2cfdb66b27aed7201e52dbcbd3c39e2 /php.ini-development | |
parent | 6893a19dbf1ca8f9b269f2bb0109cff745d30e87 (diff) | |
parent | 6df1e8d3fe014ea9a3e42a371a16c6f9cd397bbb (diff) | |
download | php-git-ab165d3465b689040f7306f41294db5d73a66076.tar.gz |
Merge branch 'PHP-5.5'
* PHP-5.5:
apply change from opcache readme to php.ini
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 6 |
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 |