diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-06 10:05:42 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-06 10:05:42 +0100 |
commit | f7c32c90005e688f99c30ed45ce7cb25f46da758 (patch) | |
tree | d848d3080f7a0593412577448de7402ed1e14be4 /REFLECTION | |
parent | c514b5bc1517aa0d6069b1ca0f3fc5bfa727fb73 (diff) |
v2.1.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,15 +1,24 @@ -Extension [ <persistent> extension #143 xhprof version 0.9.2 ] { +Extension [ <persistent> extension #163 xhprof version 2.1.2 ] { - INI { Entry [ xhprof.output_dir <ALL> ] Current = '/tmp' } + Entry [ xhprof.collect_additional_info <ALL> ] + Current = '0' + } + Entry [ xhprof.sampling_interval <ALL> ] + Current = '100000' + } + Entry [ xhprof.sampling_depth <ALL> ] + Current = '0x7fffffff' + } } - Constants [3] { - Constant [ integer XHPROF_FLAGS_NO_BUILTINS ] { 1 } - Constant [ integer XHPROF_FLAGS_CPU ] { 2 } - Constant [ integer XHPROF_FLAGS_MEMORY ] { 4 } + Constant [ int XHPROF_FLAGS_NO_BUILTINS ] { 1 } + Constant [ int XHPROF_FLAGS_CPU ] { 2 } + Constant [ int XHPROF_FLAGS_MEMORY ] { 4 } } - Functions { |