From: Ilia Alshanetsky Date: Mon, 28 Feb 2005 22:09:22 +0000 (+0000) Subject: Added notes about ignore_user_abort to php.ini* X-Git-Tag: RELEASE_0_3~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eab7ab62eed7ffd42bab3b3f4cd6f78f0412689;p=php Added notes about ignore_user_abort to php.ini* --- diff --git a/php.ini-dist b/php.ini-dist index a757d3567e..a74fa06248 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -222,6 +222,10 @@ disable_classes = ;highlight.default = #0000BB ;highlight.html = #000000 +; If enabled, the request will be allowed to complete even if the user aborts +; the request. Consider enabling it if executing long request, which may end up +; being interrupted by the user or a browser timing out. +; ignore_user_abort = On ; ; Misc diff --git a/php.ini-recommended b/php.ini-recommended index 1b51f89ac4..b771eb6869 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -280,6 +280,10 @@ disable_classes = ;highlight.default = #0000BB ;highlight.html = #000000 +; If enabled, the request will be allowed to complete even if the user aborts +; the request. Consider enabling it if executing long request, which may end up +; being interrupted by the user or a browser timing out. +; ignore_user_abort = On ; ; Misc