From: Dmitry Stogov Date: Wed, 27 Mar 2013 17:02:39 +0000 (+0400) Subject: Added description for opcache.enable_cli X-Git-Tag: php-5.5.0beta2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1395346942e1022620de821fbc1a020e37222c8;p=php Added description for opcache.enable_cli --- 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