mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document exit_on_timeout
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323142 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ab30a4abeb
commit
6833da6028
2 changed files with 26 additions and 0 deletions
|
@ -103,6 +103,12 @@
|
|||
<entry>&php.ini; only</entry>
|
||||
<entry>Available since PHP 4.3.2.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.exit-on-timeout">exit_on_timeout</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.expose-php">expose_php</link></entry>
|
||||
<entry>"1"</entry>
|
||||
|
@ -373,6 +379,20 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.exit-on-timeout">
|
||||
<term>
|
||||
<parameter>exit_on_timeout</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This is an Apache1 mod_php-only directive that forces an Apache child to exit if a PHP execution timeout occurred.
|
||||
Such a timeout causes an internal longjmp() call in Apache1 which can leave some extensions in an inconsistent
|
||||
state. By terminating the process any outstanding locks or memory will be cleaned up.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
|
|
|
@ -760,6 +760,12 @@
|
|||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 4.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.exit-on-timeout">exit_on_timeout</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.3.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.expect.logfile">expect.logfile</link></entry>
|
||||
<entry>""</entry>
|
||||
|
|
Loading…
Reference in a new issue