diff options
-rw-r--r-- | ext/opcache/README | 6 |
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 |