From 35e7cb51a714ffb069a5ec70a575d0096c8b8056 Mon Sep 17 00:00:00 2001 From: WispX <1591788658@qq.com> Date: Thu, 19 Mar 2020 07:25:25 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=94=B9=E8=BF=9B=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extend/Upgrade.php b/extend/Upgrade.php index ff1994c1..9bf84907 100644 --- a/extend/Upgrade.php +++ b/extend/Upgrade.php @@ -52,6 +52,7 @@ class Upgrade throw new \Exception('无法继续执行, 请确保 ZipArchive 正确安装'); } + ignore_user_abort(true); set_time_limit(0); ini_set('max_execution_time', 0); ini_set('memory_limit', '256M');