]> granicus.if.org Git - php/commitdiff
Added notes about ignore_user_abort to php.ini*
authorIlia Alshanetsky <iliaa@php.net>
Mon, 28 Feb 2005 22:09:22 +0000 (22:09 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 28 Feb 2005 22:09:22 +0000 (22:09 +0000)
php.ini-dist
php.ini-recommended

index a757d3567e0897215875bc66cdc7701f8907fb21..a74fa06248c9cab2e8410d75c744b8a3cf709f63 100644 (file)
@@ -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
index 1b51f89ac47efcaa7bd21fa1e55fc064eb916e9c..b771eb68698b386e943df185bb735563b3de8fe1 100644 (file)
@@ -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