summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-03-27 21:02:39 +0400
committerDmitry Stogov <dmitry@zend.com>2013-03-27 21:02:39 +0400
commitf1395346942e1022620de821fbc1a020e37222c8 (patch)
tree7d79e0ffa15b124744ac5feee63704d949e84ff9
parentf01a7e54d3d3ab82e7739b1e43a21179297208f6 (diff)
downloadphp-git-f1395346942e1022620de821fbc1a020e37222c8.tar.gz
Added description for opcache.enable_cli
-rw-r--r--ext/opcache/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/opcache/README b/ext/opcache/README
index f87e1ccbfc..03386a0a7f 100644
--- a/ext/opcache/README
+++ b/ext/opcache/README
@@ -63,7 +63,11 @@ Configuration Directives
------------------------
opcache.enable (default "1")
- OPcache On/Off switch. When set to Off, code is not optimized.
+ OPcache On/Off switch. When set to Off, code is not optimized and cached.
+
+opcache.enable_cli (default "0")
+ Enables the OPcache for the CLI version of PHP. It's mostly for testing
+ and debugging.
opcache.memory_consumption (default "64")
The OPcache shared memory storage size. The amount of memory for storing