mirror of
https://github.com/php/php-src.git
synced 2026-04-05 23:23:03 +02:00
Merge branch 'PHP-5.5'
* PHP-5.5: Added description for opcache.enable_cli
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user