summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-01 08:16:08 +0200
committerRemi Collet <remi@php.net>2025-10-01 08:16:08 +0200
commit5e95451b5c93a86c7a8f3960eee991682614567f (patch)
tree3f44964250e3119030f576349e8e1d0f6453171d /REFLECTION
parent64e0db05a0adb18fc5d5be49f5d7963b13a76780 (diff)
update to 1.13.0HEADmaster
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION32
1 files changed, 21 insertions, 11 deletions
diff --git a/REFLECTION b/REFLECTION
index 6115f3c..dc61033 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] {
+Extension [ <persistent> extension #147 ddtrace version 1.13.0 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -130,6 +130,15 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] {
Entry [ datadog.trace.flush_collect_cycles <ALL> ]
Current = 'false'
}
+ Entry [ datadog.trace.force_flush_on_shutdown <ALL> ]
+ Current = 'false'
+ }
+ Entry [ datadog.trace.force_flush_on_sigterm <ALL> ]
+ Current = 'false'
+ }
+ Entry [ datadog.trace.force_flush_on_sigint <ALL> ]
+ Current = 'false'
+ }
Entry [ datadog.trace.kafka_distributed_tracing <ALL> ]
Current = 'true'
}
@@ -1103,7 +1112,7 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.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.12.1 }
+ Constant [ string DD_TRACE_VERSION ] { 1.13.0 }
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 }
@@ -1718,12 +1727,13 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] {
- Static methods [0] {
}
- - Properties [5] {
+ - Properties [6] {
Property [ public mixed $data ]
Property [ public int $id ]
Property [ public array $args ]
Property [ public mixed $returned ]
Property [ public ?Throwable $exception ]
+ Property [ public object $instance ]
}
- Methods [9] {
@@ -2150,20 +2160,20 @@ Extension [ <persistent> extension #146 ddtrace version 1.12.1 ] {
- Static properties [0] {
}
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [1] {
- Method [ <internal:ddtrace> abstract public method init ] {
+ - Static methods [1] {
+ Method [ <internal:ddtrace> abstract static public method init ] {
- Parameters [0] {
}
- Return [ int ]
}
}
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
}
Class [ <internal:ddtrace> class DDTrace\SpanLink implements JsonSerializable ] {