Laufzeit-Konfiguration

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

Yar Konfigurationsoptionen
NameStandardVeränderbarChangelog
yar.packagerphpINI_SYSTEM
yar.debugOffINI_ALL
yar.connect_timeout1000INI_ALL
yar.timeout5000INI_ALL
yar.expose_infoOnINI_SYSTEM

Hier eine kurze Erklärung der Konfigurationsoptionen:

yar.packagerstring

it could be php, json, and msgpack(require built with msgpack support)

yar.debugstring

yar.connect_timeoutint

timeout in ms

yar.timeoutint

timeout in ms

yar.expose_infobool

whether expose the service info(when access the server via GET)

To Top