mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
cea122551f
commit
537dd981ba
1 changed files with 8 additions and 7 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue