Note the default setting for max_execution_time, and fixed a typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30895 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2000-08-22 19:11:29 +00:00
parent cea122551f
commit 537dd981ba

View file

@ -431,15 +431,16 @@ include_path=".;c:\www\phplib"
<varlistentry id="ini.max-execution-time">
<term>
<parameter>max_execution_time</parameter>
<type>integer</type>
<parameter>max_execution_time</parameter>
<type>integer</type>
</term>
<listitem>
<para>
This sets the maximum time in seconds a script is allowed to
take before it is terminated by the parser. This helps
prevent poorly written scripts from tieing up the server.
</para>
<para>
This sets the maximum time in seconds a script is allowed to
take before it is terminated by the parser. This helps
prevent poorly written scripts from tying up the server. The
default setting is <literal>30</literal>.
</para>
</listitem>
</varlistentry>