diff options
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 { |