From 0d6c4eb386841793bd030cd551c97b6308ec3a2f Mon Sep 17 00:00:00 2001 From: XinHui Long Date: Wed, 27 Mar 2019 18:30:12 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5281e8d9..190a9188 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ xhprof.output_dir = /tmp/xhprof |     Options       | Defaults | Version | Explain | | --------------- |:-------------:|:-------------:|:---------| |xhprof.output_dir  | "" | All |Output directory| -|xhprof.sampling_interval  | 100000 | v2.* | Sampling interval to be used by the sampling profiler, in microseconds| -|xhprof.sampling_depth  | INT_MAX | v2.* | Depth to trace call-chain by the sampling profiler| +|xhprof.sampling_interval  | 100000 | >= v2.* | Sampling interval to be used by the sampling profiler, in microseconds| +|xhprof.sampling_depth  | INT_MAX | >= v2.* | Depth to trace call-chain by the sampling profiler| +|xhprof.collect_additional_info  | 0 | >= v2.1 | Collect mysql_query, curl_exec internal info. The default is 0. Open value is 1| -# Added +# Turn on extra collection ### PDO::exec ### PDO::query ### mysqli_query