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
表格 1. NSAPI configuration options
| Name | Default | Changeable |
|---|
| nsapi.read_timeout | 60 | PHP_INI_ALL |
For further details and definition of the PHP_INI_* constants see
ini_set().
以下是该配置选项的简要解释。
- nsapi.read_timeout
integer
Sets the time in seconds the plugin is waiting for POST data from the client.