Instalacja/Konfiguracja
PHP Manual

Konfiguracja wykonawcza

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

NSAPI configuration options
Nazwa Domyślnie Możliwość zmian Rejestr zmian
nsapi.read_timeout "60" PHP_INI_ALL Available since PHP 4.3.3.
Szczegóły i definicje dotyczące działania PHP_INI_* znajdują się w rozdziale Where a configuration setting may be set.

Oto krótkie wyjaśnienie dyrektyw konfiguracji.

nsapi.read_timeout integer

Sets the time in seconds the plugin is waiting for POST data from the client.


Instalacja/Konfiguracja
PHP Manual