mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Hopefully fixed bug#48803
"copy&paste" from an email from Rasmus to internals@ recently git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293645 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61a586a6af
commit
24e7ff9053
2 changed files with 14 additions and 0 deletions
|
@ -198,6 +198,14 @@
|
|||
e.g. <link linkend="ini.register-argc-argv">register_argc_argv</link>).
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
It is recommended to set
|
||||
<link linkend="ini.ignore-user-abort">ignore_user_abort</link> for
|
||||
command line scripts. See <function>ignore_user_abort</function> for
|
||||
more info.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
|
|
|
@ -15,6 +15,12 @@
|
|||
<para>
|
||||
Sets whether a client disconnect should cause a script to be aborted.
|
||||
</para>
|
||||
<para>
|
||||
When running PHP as a command line script, and the script's tty goes
|
||||
away without the script being terminated then the script will die the
|
||||
next time it tries to write anything, unless
|
||||
<parameter>value</parameter> is to to &true;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue