bjori Wed Sep 13 13:05:46 2006 UTC
Modified files:
/phpdoc/en/reference/misc ini.xml
Log:
Bug#37640 (default value for ignore_user_abort() is false, not true)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/ini.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/misc/ini.xml
diff -u phpdoc/en/reference/misc/ini.xml:1.8
phpdoc/en/reference/misc/ini.xml:1.9
--- phpdoc/en/reference/misc/ini.xml:1.8 Tue Feb 22 17:36:08 2005
+++ phpdoc/en/reference/misc/ini.xml Wed Sep 13 13:05:46 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<section id="misc.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -82,9 +82,8 @@
</term>
<listitem>
<para>
- &true; by default. If changed to &false; scripts will be terminated
- as soon as they try to output something after a client has aborted
- their connection.
+ &false; by default. If changed to &true; scripts will not be terminated
+ after a client has aborted their connection.
</para>
<para>
See also <function>ignore_user_abort</function>.