summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-16 14:54:19 +0100
committerRemi Collet <remi@php.net>2025-12-16 14:54:19 +0100
commitd7732c6a7717eb545d0afa17a0c9f3cef802cfdd (patch)
tree0cf46e38d856f2a9ead7db63d142583988d2f0cb /REFLECTION
parent4b67806338841c6cb21fdeec9636f04176de3b43 (diff)
update to 1.15.0HEADmaster
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION50
1 files changed, 25 insertions, 25 deletions
diff --git a/REFLECTION b/REFLECTION
index 4086125..5ece588 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] {
+Extension [ <persistent> extension #147 ddtrace version 1.15.0 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -1111,20 +1111,20 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] {
}
- Constants [14] {
- 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 ] { 1.14.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 }
- Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_REJECT ] { -1 }
- Constant [ int DD_TRACE_PRIORITY_SAMPLING_UNKNOWN ] { 1073741824 }
- Constant [ int DD_TRACE_PRIORITY_SAMPLING_UNSET ] { 1073741825 }
+ Constant [ <persistent> string DDTrace\HOOK_ALL_FILES ] { }
+ Constant [ <persistent> int DDTrace\HOOK_INSTANCE ] { 1 }
+ Constant [ <persistent> int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 }
+ Constant [ <persistent> int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 }
+ Constant [ <persistent> int DDTrace\DBM_PROPAGATION_FULL ] { 2 }
+ Constant [ <persistent> int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 }
+ Constant [ <persistent> int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 }
+ Constant [ <persistent> string DD_TRACE_VERSION ] { 1.15.0 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_USER_REJECT ] { -1 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_UNKNOWN ] { 1073741824 }
+ Constant [ <persistent> int DD_TRACE_PRIORITY_SAMPLING_UNSET ] { 1073741825 }
}
- Functions {
@@ -1865,12 +1865,12 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] {
Property [ public array $meta = [] ]
Property [ public array $metrics = [] ]
Property [ public ?Throwable $exception = NULL ]
- Property [ public readonly string $id ]
+ Property [ public protected(set) readonly string $id ]
Property [ public array $links = [] ]
Property [ public array $events = [] ]
Property [ public array $peerServiceSources = [] ]
- Property [ public readonly ?DDTrace\SpanData $parent ]
- Property [ public readonly DDTrace\SpanStack $stack ]
+ Property [ public protected(set) readonly ?DDTrace\SpanData $parent ]
+ Property [ public protected(set) readonly DDTrace\SpanStack $stack ]
Property [ public array $onClose = [] ]
Property [ public array $baggage = [] ]
}
@@ -1928,12 +1928,12 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] {
Property [ public array $meta = [] ]
Property [ public array $metrics = [] ]
Property [ public ?Throwable $exception = NULL ]
- Property [ public readonly string $id ]
+ Property [ public protected(set) readonly string $id ]
Property [ public array $links = [] ]
Property [ public array $events = [] ]
Property [ public array $peerServiceSources = [] ]
- Property [ public readonly ?DDTrace\SpanData $parent ]
- Property [ public readonly DDTrace\SpanStack $stack ]
+ Property [ public protected(set) readonly ?DDTrace\SpanData $parent ]
+ Property [ public protected(set) readonly DDTrace\SpanStack $stack ]
Property [ public array $onClose = [] ]
Property [ public array $baggage = [] ]
}
@@ -1991,12 +1991,12 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] {
Property [ public array $meta = [] ]
Property [ public array $metrics = [] ]
Property [ public ?Throwable $exception = NULL ]
- Property [ public readonly string $id ]
+ Property [ public protected(set) readonly string $id ]
Property [ public array $links = [] ]
Property [ public array $events = [] ]
Property [ public array $peerServiceSources = [] ]
- Property [ public readonly ?DDTrace\SpanData $parent ]
- Property [ public readonly DDTrace\SpanStack $stack ]
+ Property [ public protected(set) readonly ?DDTrace\SpanData $parent ]
+ Property [ public protected(set) readonly DDTrace\SpanStack $stack ]
Property [ public array $onClose = [] ]
Property [ public array $baggage = [] ]
Property [ public string $origin ]
@@ -2054,7 +2054,7 @@ Extension [ <persistent> extension #150 ddtrace version 1.14.1 ] {
}
- Properties [3] {
- Property [ public readonly ?DDTrace\SpanStack $parent ]
+ Property [ public protected(set) readonly ?DDTrace\SpanStack $parent ]
Property [ public ?DDTrace\SpanData $active = NULL ]
Property [ public array $spanCreationObservers = [] ]
}