From 63599ab7fe0bed56ed07cee0fc12657e54f6b5fc Mon Sep 17 00:00:00 2001 From: longxinhui Date: Mon, 9 Dec 2019 20:42:16 +0800 Subject: [PATCH] fix s390 #15 Fix s390 accuracy loss --- README.md | 2 +- extension/php_xhprof.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index c5bfae1..93da558 100755 --- a/extension/php_xhprof.h +++ b/extension/php_xhprof.h @@ -274,7 +274,7 @@ ZEND_BEGIN_MODULE_GLOBALS(xhprof) /* XHPROF_SAMPLING_INTERVAL in ticks */ long sampling_interval; uint64 sampling_interval_tsc; - int sampling_depth; + long sampling_depth; /* XHProf flags */ uint32 xhprof_flags;