diff options
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
