From 5e95451b5c93a86c7a8f3960eee991682614567f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Oct 2025 08:16:08 +0200 Subject: update to 1.13.0 --- PHPINFO | 15 +++++++++------ REFLECTION | 32 +++++++++++++++++++++----------- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 34 insertions(+), 18 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1e0f446..0f438cb 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,14 +7,14 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => enabled -Version => 1.12.1 +Version => 1.13.0 DATADOG TRACER CONFIGURATION => { - "date": "2025-09-15T08:53:21Z", - "os_name": "Linux builder.remirepo.net 6.16.6-100.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 9 22:22:30 UTC 2025 x86_64", - "os_version": "6.16.6-100.fc41.x86_64", - "version": "1.12.1", + "date": "2025-10-01T06:15:25Z", + "os_name": "Linux builder.remirepo.net 6.16.8-100.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Sep 19 16:41:07 UTC 2025 x86_64", + "os_version": "6.16.8-100.fc41.x86_64", + "version": "1.13.0", "lang": "php", - "lang_version": "8.3.25", + "lang_version": "8.3.26", "env": null, "enabled": true, "service": null, @@ -95,6 +95,9 @@ datadog.exception_replay_capture_interval_seconds => 3600 => 3600 datadog.trace.memory_limit => no value => no value datadog.trace.report_hostname => Off => Off datadog.trace.flush_collect_cycles => Off => Off +datadog.trace.force_flush_on_shutdown => Off => Off +datadog.trace.force_flush_on_sigterm => Off => Off +datadog.trace.force_flush_on_sigint => Off => Off datadog.trace.kafka_distributed_tracing => On => On datadog.trace.laravel_queue_distributed_tracing => On => On datadog.trace.symfony_messenger_distributed_tracing => On => On diff --git a/REFLECTION b/REFLECTION index 6115f3c..dc61033 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #146 ddtrace version 1.12.1 ] { +Extension [ extension #147 ddtrace version 1.13.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -130,6 +130,15 @@ Extension [ extension #146 ddtrace version 1.12.1 ] { Entry [ datadog.trace.flush_collect_cycles ] Current = 'false' } + Entry [ datadog.trace.force_flush_on_shutdown ] + Current = 'false' + } + Entry [ datadog.trace.force_flush_on_sigterm ] + Current = 'false' + } + Entry [ datadog.trace.force_flush_on_sigint ] + Current = 'false' + } Entry [ datadog.trace.kafka_distributed_tracing ] Current = 'true' } @@ -1103,7 +1112,7 @@ Extension [ 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 [ 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 [ extension #146 ddtrace version 1.12.1 ] { - Static properties [0] { } - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method init ] { + - Static methods [1] { + Method [ abstract static public method init ] { - Parameters [0] { } - Return [ int ] } } + + - Properties [0] { + } + + - Methods [0] { + } } Class [ class DDTrace\SpanLink implements JsonSerializable ] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index af1d043..cd8ebba 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -36,7 +36,7 @@ # extension name %global pecl_name ddtrace -%global upstream_version 1.12.1 +%global upstream_version 1.13.0 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -285,6 +285,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Oct 1 2025 Remi Collet - 1.13.0-1 +- update to 1.13.0 + * Mon Sep 15 2025 Remi Collet - 1.12.1-1 - update to 1.12.1 -- cgit