diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-04 07:09:36 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-04 07:09:36 +0100 |
| commit | e34ac09f4a40ec60ee8191ff67a4713344a582f4 (patch) | |
| tree | 875e96e64c9c40f52860b7b9bf3ccf97cfcab161 | |
| parent | 8f4e813db3799e987a016c7415dbcd4e49516fd5 (diff) | |
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-datadog-trace.spec | 7 |
3 files changed, 10 insertions, 7 deletions
@@ -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.15.1 +Version => 1.15.2 DATADOG TRACER CONFIGURATION => { - "date": "2025-12-19T11:14:49Z", + "date": "2026-01-04T06:01:57Z", "os_name": "Linux builder.remirepo.net 6.17.12-300.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Dec 13 05:06:24 UTC 2025 x86_64", "os_version": "6.17.12-300.fc43.x86_64", - "version": "1.15.1", + "version": "1.15.2", "lang": "php", "lang_version": "8.4.16", "env": null, @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #147 ddtrace version 1.15.1 ] { +Extension [ <persistent> extension #147 ddtrace version 1.15.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -1118,7 +1118,7 @@ Extension [ <persistent> extension #147 ddtrace version 1.15.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.1 } + Constant [ <persistent> string DD_TRACE_VERSION ] { 1.15.2 } 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 } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 855a933..2ce3fc2 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-datadog-trace # -# SPDX-FileCopyrightText: Copyright 2019-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2019-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -36,7 +36,7 @@ # extension name %global pecl_name ddtrace -%global upstream_version 1.15.1 +%global upstream_version 1.15.2 #global upstream_prever beta1 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini @@ -287,6 +287,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Jan 4 2026 Remi Collet <remi@remirepo.net> - 1.15.2-1 +- update to 1.15.2 + * Fri Dec 19 2025 Remi Collet <remi@remirepo.net> - 1.15.1-1 - update to 1.15.1 |
