diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-10 08:57:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-10 08:57:53 +0200 |
commit | a85ab2114ebd344f3d78bd624cf72744bf813450 (patch) | |
tree | 58e9f319a5b6f567faea4d00f157b5e27cf70a27 /REFLECTION | |
parent | 00ce044206ea5f761e05c9dfedc6b00d16c8550b (diff) |
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
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 102 |
1 files changed, 101 insertions, 1 deletions
@@ -1,7 +1,23 @@ -Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { +Extension [ <persistent> extension #119 opencensus version 0.3.0 ] { + + - INI { + Entry [ opencensus.client.path <ALL> ] + Current = '/tmp/oc-daemon.sock' + } + } - Functions { Function [ <internal:opencensus> function opencensus_version ] { + + - Parameters [0] { + } + } + Function [ <internal:opencensus> function opencensus_core_send_to_daemonclient ] { + + - Parameters [2] { + Parameter #0 [ <required> int $msgType ] + Parameter #1 [ <required> string $msgData ] + } } Function [ <internal:opencensus> function opencensus_trace_function ] { @@ -19,6 +35,9 @@ Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { } } Function [ <internal:opencensus> function opencensus_trace_list ] { + + - Parameters [0] { + } } Function [ <internal:opencensus> function opencensus_trace_begin ] { @@ -28,8 +47,14 @@ Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { } } Function [ <internal:opencensus> function opencensus_trace_finish ] { + + - Parameters [0] { + } } Function [ <internal:opencensus> function opencensus_trace_clear ] { + + - Parameters [0] { + } } Function [ <internal:opencensus> function opencensus_trace_set_context ] { @@ -39,6 +64,9 @@ Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { } } Function [ <internal:opencensus> function opencensus_trace_context ] { + + - Parameters [0] { + } } Function [ <internal:opencensus> function opencensus_trace_add_attribute ] { @@ -108,39 +136,75 @@ Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { } Method [ <internal:opencensus, dtor> public method __destruct ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method name ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method spanId ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method parentSpanId ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method attributes ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method startTime ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method endTime ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method stackTrace ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method links ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method timeEvents ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method kind ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method sameProcessAsParentSpan ] { + + - Parameters [0] { + } } } } @@ -170,9 +234,15 @@ Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { } Method [ <internal:opencensus> public method spanId ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method traceId ] { + + - Parameters [0] { + } } } } @@ -196,12 +266,21 @@ Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { - Methods [3] { Method [ <internal:opencensus> public method description ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method time ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method options ] { + + - Parameters [0] { + } } } } @@ -225,12 +304,21 @@ Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { - Methods [3] { Method [ <internal:opencensus> public method traceId ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method spanId ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method options ] { + + - Parameters [0] { + } } } } @@ -255,15 +343,27 @@ Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { - Methods [4] { Method [ <internal:opencensus> public method type ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method id ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method time ] { + + - Parameters [0] { + } } Method [ <internal:opencensus> public method options ] { + + - Parameters [0] { + } } } } |