From ea6e1310f2fc2e94b76258a13f9925c9b2d9d74e Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 23 Sep 2021 01:04:15 +0800 Subject: [PATCH] 111 --- http-server/Service/Http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/Service/Http.php b/http-server/Service/Http.php index 8eb292a0..f56473bc 100644 --- a/http-server/Service/Http.php +++ b/http-server/Service/Http.php @@ -70,7 +70,7 @@ class Http extends \Server\Abstracts\Http implements OnClose, OnConnect $xhprof_data = \xhprof_disable(); - $XHPROF_ROOT = "/tools/xhprof/"; + $XHPROF_ROOT = "/root/pear/share/pear"; include_once $XHPROF_ROOT . "/xhprof_lib/utils/xhprof_lib.php"; include_once $XHPROF_ROOT . "/xhprof_lib/utils/xhprof_runs.php";