Commit da715a6f authored by skummer's avatar skummer

ZP-239 #comment ignore_user_abort() fixes apache segfaults on RHEL/CentOS #time 30m

git-svn-id: https://z-push.org/svn/z-push/trunk@1464 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent f04adc35
......@@ -45,6 +45,9 @@
ob_start(null, 1048576);
// ignore user abortions because this can lead to weird errors - see ZP-239
ignore_user_abort(true);
include_once('lib/exceptions/exceptions.php');
include_once('lib/utils/utils.php');
include_once('lib/utils/compat.php');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment