MyNixOS website logo
option

services.movim.phpCfg

Extra PHP INI options such as memory_limit, max_execution_time, etc.

Declarations
Type
attribute set of (signed integer or string or boolean)
Default
{
  error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
  "opcache.enable_cli" = 1;
  "opcache.fast_shutdown" = 1;
  "opcache.interned_strings_buffer" = 8;
  "opcache.max_accelerated_files" = 6144;
  "opcache.memory_consumption" = 128;
  "opcache.revalidate_freq" = 2;
  output_buffering = 0;
}