Commit: 6df1e8d3fe014ea9a3e42a371a16c6f9cd397bbb Author: Remi Collet <r...@php.net> Thu, 11 Apr 2013 07:05:56 +0200 Parents: 88e14d01bf2ad68aff481f7be08eb670bf2c35ed Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6df1e8d3fe014ea9a3e42a371a16c6f9cd397bbb Log: apply change from opcache readme to php.ini Changed paths: M php.ini-development M php.ini-production Diff: diff --git a/php.ini-development b/php.ini-development index e9c7cd6..b23321a 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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 diff --git a/php.ini-production b/php.ini-production index 600debc..8d1f359 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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php