From 865a09a585e4e4b38255d4b0b06cf7666ac7600c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2024 10:09:02 +0200 Subject: update to 0.6.0 (alpha) --- REFLECTION | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 90f74ae..06f584d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #110 pinpoint_php version 0.5.4 ] { +Extension [ extension #125 pinpoint_php version 0.6.0 ] { - INI { Entry [ pinpoint_php.SendSpanTimeOutMs ] @@ -31,6 +31,12 @@ Extension [ extension #110 pinpoint_php version 0.5.4 ] { Parameter #0 [ $nodeid = ] } } + Function [ function _pinpoint_get_trace_depth ] { + + - Parameters [1] { + Parameter #0 [ $nodeid = ] + } + } Function [ function _pinpoint_unique_id ] { - Parameters [0] { @@ -120,6 +126,20 @@ Extension [ extension #110 pinpoint_php version 0.5.4 ] { Parameter #3 [ $onException ] } } + Function [ function _pinpoint_get_sequence_id ] { + + - Parameters [1] { + Parameter #0 [ $nodeid ] + } + } + Function [ function _pinpoint_set_async_ctx ] { + + - Parameters [3] { + Parameter #0 [ $async_node ] + Parameter #1 [ $sequence ] + Parameter #2 [ $nodeid ] + } + } } } -- cgit