]> granicus.if.org Git - php/commitdiff
apply change from opcache readme to php.ini
authorRemi Collet <remi@php.net>
Thu, 11 Apr 2013 05:05:56 +0000 (07:05 +0200)
committerRemi Collet <remi@php.net>
Thu, 11 Apr 2013 05:05:56 +0000 (07:05 +0200)
php.ini-development
php.ini-production

index e9c7cd662f03820818087d57f0403fa881f96ab4..b23321a9db7a1e1a235d5c2901b8edc3201cf1a3 100644 (file)
@@ -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
index 600debc9e75adf493a73d464c3bfdc97343807bd..8d1f359da4ac910ca0ad78ce5e0abd808b01eb29 100644 (file)
@@ -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