Skip to content

Commit 8650d2d

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Added suggestion about opcache.revalidate_freq setting in development environment
2 parents f5c200f + f7b6db7 commit 8650d2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ext/opcache/README

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ after OPcache.
4040
Speed Tuning
4141
-------------
4242

43-
We recommend the following configuration options for best performance.
43+
We recommend the following configuration options for best performance
44+
in a production environment.
4445

4546
opcache.memory_consumption=128
4647
opcache.interned_strings_buffer=8
@@ -59,6 +60,9 @@ opcache.enable_file_override=1
5960
In some cases you may like to prefer enabling/disabling some features
6061
to avoid incompatibilities at the cost of some performance degradation.
6162

63+
For development environment we would recommend setting opcache.revalidate_freq
64+
into 0.
65+
6266
Configuration Directives
6367
------------------------
6468

0 commit comments

Comments
 (0)