summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-02-28 22:09:22 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-02-28 22:09:22 +0000
commit8eab7ab62eed7ffd42bab3b3f4cd6f78f0412689 (patch)
treec2837e7af9336e449d4cd9360ea7530b6239fbbe /php.ini-dist
parent6ce9bcc31e62adc259e4574acbb8670935fc5979 (diff)
downloadphp-git-8eab7ab62eed7ffd42bab3b3f4cd6f78f0412689.tar.gz
Added notes about ignore_user_abort to php.ini*
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist4
1 files changed, 4 insertions, 0 deletions
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