安装/配置
PHP Manual

运行时配置

这些函数的行为受 php.ini 中的设置影响。

pthreads 配置选项
名字 默认 可修改范围 更新日志
pthreads.max 0 PHP_INI_SYSTEM
pthreads.importing 1 PHP_INI_SYSTEM

这是配置指令的简短说明。

pthreads.max integer

Provides system administrators a way to limit the amount of Threads an instance of PHP can create.

pthreads.importing integer

Provides system administrators a way to disable importing threads into other context for the purposes of security.


安装/配置
PHP Manual