vrana Mon Jul 26 10:15:27 2004 EDT
Modified files: /phpdoc/en/reference/info ini.xml Log: Server timeout (bug #16000) http://cvs.php.net/diff.php/phpdoc/en/reference/info/ini.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/info/ini.xml diff -u phpdoc/en/reference/info/ini.xml:1.8 phpdoc/en/reference/info/ini.xml:1.9 --- phpdoc/en/reference/info/ini.xml:1.8 Wed Feb 4 12:46:59 2004 +++ phpdoc/en/reference/info/ini.xml Mon Jul 26 10:15:26 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <section id="info.configuration"> &reftitle.runtime; &extension.runtime; @@ -184,6 +184,11 @@ You can not change this setting with <function>ini_set</function> when running in &safemode;. The only workaround is to turn off safe mode or by changing the time limit in the &php.ini;. + </para> + <para> + Your webserver can have other timeouts. E.g. Apache has + <literal>Timeout</literal> directive, IIS has CGI timeout function, both + default to 300 seconds. See the webserver documentation for meaning of it. </para> </listitem> </varlistentry>