We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2522d0d + 9fa4533 commit 6d45284Copy full SHA for 6d45284
README.md
@@ -29,7 +29,7 @@ xhprof.output_dir = /tmp/xhprof
29
| --------------- |:-------------:|:-------------:|:---------|
30
|xhprof.output_dir | "" | All |Output directory|
31
|xhprof.sampling_interval | 100000 | v2.* | Sampling interval to be used by the sampling profiler, in microseconds|
32
-|xhprof.sampling_depth | 2147483647 | v2.* | Depth to trace call-chain by the sampling profiler|
+|xhprof.sampling_depth | INT_MAX | v2.* | Depth to trace call-chain by the sampling profiler|
33
34
# Added
35
### PDO::exec
0 commit comments