運(yùn)行時(shí)配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。

Yar 配置選項(xiàng)
名字 默認(rèn) 可修改范圍 更新日志
yar.packager php PHP_INI_SYSTEM
yar.debug Off PHP_INI_ALL
yar.connect_timeout 1000 PHP_INI_ALL
yar.timeout 5000 PHP_INI_ALL
yar.expose_info On PHP_INI_SYS

這是配置指令的簡(jiǎn)短說明。

yar.packager string

設(shè)置Yar的打包工具, 可以是PHP(serialize), JSON, Msgpack(這個(gè)需要編譯的時(shí)候指定--enable-msgpack).

yar.debug string

打開的時(shí)候, Yar會(huì)把請(qǐng)求過程的日志都打印出來(到stderr).

yar.connect_timeout integer

連接超時(shí)(毫秒為單位)

yar.timeout integer

處理超時(shí)(毫秒為單位)

yar.expose_info bool

如果關(guān)閉, 則當(dāng)通過瀏覽器訪問Server的時(shí)候, 不會(huì)出現(xiàn)Server Info信息.