diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-05 12:02:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-05 12:02:15 +0200 |
commit | 797e222d0d5b3869c1c9ea5bedcb312c012f4649 (patch) | |
tree | 110817d8f65877be5c71ff4c6a7a312c1b36a513 /REFLECTION | |
parent | 3ecaadc96506f67d13e17eef58570cf4bb3d4974 (diff) |
update to 0.99.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #100 ddtrace version 0.99.0 ] { +Extension [ <persistent> extension #102 ddtrace version 0.99.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -879,15 +879,13 @@ Extension [ <persistent> extension #100 ddtrace version 0.99.0 ] { } } - - Constants [14] { + - Constants [12] { Constant [ string DDTrace\HOOK_ALL_FILES ] { } Constant [ int DDTrace\HOOK_INSTANCE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } - Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 } - Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 0.99.0 } + Constant [ string DD_TRACE_VERSION ] { 0.99.1 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 } Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } @@ -1183,14 +1181,6 @@ Extension [ <persistent> extension #100 ddtrace version 0.99.0 ] { } - Return [ void ] } - Function [ <internal:ddtrace> function DDTrace\Internal\add_span_flag ] { - - - Parameters [2] { - Parameter #0 [ <required> DDTrace\SpanData $span ] - Parameter #1 [ <required> int $flag ] - } - - Return [ void ] - } Function [ <internal:ddtrace> function dd_trace_env_config ] { - Parameters [1] { |