Commit:    f7b6db7555db9379547a1c9ead4051de1ffc8566
Author:    Dmitry Stogov <dmi...@zend.com>         Mon, 23 Dec 2013 13:09:45 
+0400
Parents:   0dcaf0f445a4084f3dbb37411b6acead4658c5f5
Branches:  PHP-5.5 PHP-5.6 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=f7b6db7555db9379547a1c9ead4051de1ffc8566

Log:
Added suggestion about opcache.revalidate_freq setting in development 
environment

Changed paths:
  M  ext/opcache/README


Diff:
diff --git a/ext/opcache/README b/ext/opcache/README
index cb6ac34..693a7b4 100644
--- a/ext/opcache/README
+++ b/ext/opcache/README
@@ -40,7 +40,8 @@ after OPcache.
 Speed Tuning
 -------------
 
-We recommend the following configuration options for best performance.
+We recommend the following configuration options for best performance
+in a production environment.
 
 opcache.memory_consumption=128
 opcache.interned_strings_buffer=8
@@ -59,6 +60,9 @@ opcache.enable_file_override=1
 In some cases you may like to prefer enabling/disabling some features
 to avoid incompatibilities at the cost of some performance degradation.
 
+For development environment we would recommend setting opcache.revalidate_freq
+into 0.
+
 Configuration Directives
 ------------------------


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to