Runtime Configuration

The behaviour of these functions is affected by settings in php.ini.

Yac Configure Options
NameDefaultChangeableChangelog
yac.compress_threshold-1INI_SYSTEM
yac.debug0INI_ALL
yac.enable1INI_SYSTEM
yac.enable_cli0INI_SYSTEM
yac.keys_memory_size4MINI_SYSTEM
yac.serializerphpINI_SYSTEM
yac.values_memory_size64MINI_SYSTEM

Here's a short explanation of the configuration directives.

yac.compress_thresholdint

yac.debugint

yac.enableint

yac.enable_cliint

yac.keys_memory_sizestring

yac.serializerstring

yac.values_memory_sizestring

To Top