diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-21 10:09:02 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-21 10:09:02 +0200 |
commit | 865a09a585e4e4b38255d4b0b06cf7666ac7600c (patch) | |
tree | 2f4ef59fa45e0528e0727e4aa1f848fdefd7d740 /REFLECTION | |
parent | 263911b62501e2f5e50c032dd582a5c000b69e44 (diff) |
update to 0.6.0 (alpha)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #110 pinpoint_php version 0.5.4 ] { +Extension [ <persistent> extension #125 pinpoint_php version 0.6.0 ] { - INI { Entry [ pinpoint_php.SendSpanTimeOutMs <ALL> ] @@ -31,6 +31,12 @@ Extension [ <persistent> extension #110 pinpoint_php version 0.5.4 ] { Parameter #0 [ <optional> $nodeid = <default> ] } } + Function [ <internal:pinpoint_php> function _pinpoint_get_trace_depth ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nodeid = <default> ] + } + } Function [ <internal:pinpoint_php> function _pinpoint_unique_id ] { - Parameters [0] { @@ -120,6 +126,20 @@ Extension [ <persistent> extension #110 pinpoint_php version 0.5.4 ] { Parameter #3 [ <required> $onException ] } } + Function [ <internal:pinpoint_php> function _pinpoint_get_sequence_id ] { + + - Parameters [1] { + Parameter #0 [ <required> $nodeid ] + } + } + Function [ <internal:pinpoint_php> function _pinpoint_set_async_ctx ] { + + - Parameters [3] { + Parameter #0 [ <required> $async_node ] + Parameter #1 [ <required> $sequence ] + Parameter #2 [ <required> $nodeid ] + } + } } } |