For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > September 2006 > cvs: phpdoc /en/reference/misc ini.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/misc ini.xml
Hannes Magnusson

2006-09-13, 7:57 am

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/phpdo...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>.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com