From a85ab2114ebd344f3d78bd624cf72744bf813450 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Jun 2021 08:57:53 +0200 Subject: update to 0.3.0 report segfault with PHP 7.0 https://github.com/census-instrumentation/opencensus-php/issues/274 report 1 failed test with PHP 8.1.0alpha1 https://github.com/census-instrumentation/opencensus-php/issues/273 --- REFLECTION | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 101 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5f8bb1b..627442d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,23 @@ -Extension [ extension #196 opencensus version 0.2.2 ] { +Extension [ extension #119 opencensus version 0.3.0 ] { + + - INI { + Entry [ opencensus.client.path ] + Current = '/tmp/oc-daemon.sock' + } + } - Functions { Function [ function opencensus_version ] { + + - Parameters [0] { + } + } + Function [ function opencensus_core_send_to_daemonclient ] { + + - Parameters [2] { + Parameter #0 [ int $msgType ] + Parameter #1 [ string $msgData ] + } } Function [ function opencensus_trace_function ] { @@ -19,6 +35,9 @@ Extension [ extension #196 opencensus version 0.2.2 ] { } } Function [ function opencensus_trace_list ] { + + - Parameters [0] { + } } Function [ function opencensus_trace_begin ] { @@ -28,8 +47,14 @@ Extension [ extension #196 opencensus version 0.2.2 ] { } } Function [ function opencensus_trace_finish ] { + + - Parameters [0] { + } } Function [ function opencensus_trace_clear ] { + + - Parameters [0] { + } } Function [ function opencensus_trace_set_context ] { @@ -39,6 +64,9 @@ Extension [ extension #196 opencensus version 0.2.2 ] { } } Function [ function opencensus_trace_context ] { + + - Parameters [0] { + } } Function [ function opencensus_trace_add_attribute ] { @@ -108,39 +136,75 @@ Extension [ extension #196 opencensus version 0.2.2 ] { } Method [ public method __destruct ] { + + - Parameters [0] { + } } Method [ public method name ] { + + - Parameters [0] { + } } Method [ public method spanId ] { + + - Parameters [0] { + } } Method [ public method parentSpanId ] { + + - Parameters [0] { + } } Method [ public method attributes ] { + + - Parameters [0] { + } } Method [ public method startTime ] { + + - Parameters [0] { + } } Method [ public method endTime ] { + + - Parameters [0] { + } } Method [ public method stackTrace ] { + + - Parameters [0] { + } } Method [ public method links ] { + + - Parameters [0] { + } } Method [ public method timeEvents ] { + + - Parameters [0] { + } } Method [ public method kind ] { + + - Parameters [0] { + } } Method [ public method sameProcessAsParentSpan ] { + + - Parameters [0] { + } } } } @@ -170,9 +234,15 @@ Extension [ extension #196 opencensus version 0.2.2 ] { } Method [ public method spanId ] { + + - Parameters [0] { + } } Method [ public method traceId ] { + + - Parameters [0] { + } } } } @@ -196,12 +266,21 @@ Extension [ extension #196 opencensus version 0.2.2 ] { - Methods [3] { Method [ public method description ] { + + - Parameters [0] { + } } Method [ public method time ] { + + - Parameters [0] { + } } Method [ public method options ] { + + - Parameters [0] { + } } } } @@ -225,12 +304,21 @@ Extension [ extension #196 opencensus version 0.2.2 ] { - Methods [3] { Method [ public method traceId ] { + + - Parameters [0] { + } } Method [ public method spanId ] { + + - Parameters [0] { + } } Method [ public method options ] { + + - Parameters [0] { + } } } } @@ -255,15 +343,27 @@ Extension [ extension #196 opencensus version 0.2.2 ] { - Methods [4] { Method [ public method type ] { + + - Parameters [0] { + } } Method [ public method id ] { + + - Parameters [0] { + } } Method [ public method time ] { + + - Parameters [0] { + } } Method [ public method options ] { + + - Parameters [0] { + } } } } -- cgit