Laufzeit-Konfiguration

Das Verhalten dieser Funktionen wird durch Einstellungen in der php.ini beeinflusst.

Yac Konfigurationsoptionen
Name Standard Veränderbar Changelog
yac.compress_threshold -1 PHP_INI_SYSTEM
yac.debug 0 PHP_INI_ALL
yac.enable 1 PHP_INI_SYSTEM
yac.enable_cli 0 PHP_INI_SYSTEM
yac.keys_memory_size 4M PHP_INI_SYSTEM
yac.serializer php PHP_INI_SYSTEM
yac.values_memory_size 64M PHP_INI_SYSTEM

Hier eine kurze Erklärung der Konfigurationsoptionen:

yac.compress_threshold int

yac.debug int

yac.enable int

yac.enable_cli int

yac.keys_memory_size string

yac.serializer string

yac.values_memory_size string

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top