From 81720bd319452179f32d6ff379297c3a62799ab8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 26 Jul 2004 14:15:26 +0000 Subject: [PATCH] Server timeout (bug #16000) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164345 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/ini.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/info/ini.xml b/reference/info/ini.xml index e5852242ea..68ef855500 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -185,6 +185,11 @@ running in &safemode;. The only workaround is to turn off safe mode or by changing the time limit in the &php.ini;. + + Your webserver can have other timeouts. E.g. Apache has + Timeout directive, IIS has CGI timeout function, both + default to 300 seconds. See the webserver documentation for meaning of it. +