Commit:    f1395346942e1022620de821fbc1a020e37222c8
Author:    Dmitry Stogov <dmi...@zend.com>         Wed, 27 Mar 2013 21:02:39 
+0400
Parents:   f01a7e54d3d3ab82e7739b1e43a21179297208f6
Branches:  PHP-5.5 master

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

Log:
Added description for opcache.enable_cli

Changed paths:
  M  ext/opcache/README


Diff:
diff --git a/ext/opcache/README b/ext/opcache/README
index f87e1cc..03386a0 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


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

Reply via email to