From 0f7790a745bcb313e6de6537dcce95773728b261 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Mar 2025 08:02:25 +0100 Subject: update to 1.7.2 --- PHPINFO | 10 +++++----- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 36133d2..3d1efed 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,12 +7,12 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => enabled -Version => 1.7.1 +Version => 1.7.2 DATADOG TRACER CONFIGURATION => { - "date": "2025-02-27T07:30:50Z", - "os_name": "Linux builder.remirepo.net 6.13.4-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Feb 22 16:09:10 UTC 2025 x86_64", - "os_version": "6.13.4-200.fc41.x86_64", - "version": "1.7.1", + "date": "2025-03-09T07:02:17Z", + "os_name": "Linux builder.remirepo.net 6.13.5-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Feb 27 15:07:31 UTC 2025 x86_64", + "os_version": "6.13.5-200.fc41.x86_64", + "version": "1.7.2", "lang": "php", "lang_version": "8.3.17", "env": null, diff --git a/REFLECTION b/REFLECTION index 5a472e6..1d12c49 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #135 ddtrace version 1.7.1 ] { +Extension [ extension #135 ddtrace version 1.7.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -1031,7 +1031,7 @@ Extension [ extension #135 ddtrace version 1.7.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.7.1 } + Constant [ string DD_TRACE_VERSION ] { 1.7.2 } 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 } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 2b5de3c..d2d60b0 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -30,7 +30,7 @@ # extension name %global pecl_name ddtrace -%global upstream_version 1.7.1 +%global upstream_version 1.7.2 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -283,6 +283,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Mar 9 2025 Remi Collet - 1.7.2-1 +- update to 1.7.2 + * Thu Feb 27 2025 Remi Collet - 1.7.1-1 - update to 1.7.1 -- cgit