The behaviour of the NSAPI PHP module is affected by settings in php.ini. Configuration settings from php.ini may be overridden by additional parameters to the php4_execute call in obj.conf
Name | Default | Changeable | Changelog |
---|---|---|---|
nsapi.read_timeout | "60" | PHP_INI_ALL | Available since PHP 4.3.3. |
有关 PHP_INI_* 常量进一步的细节与定义参见php.ini 配置选项。
以下是配置选项的简要解释。
Sets the time in seconds the plugin is waiting for POST data from the client.