diff options
-rw-r--r-- | PHPINFO | 6 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-datadog-trace.spec | 5 |
3 files changed, 9 insertions, 6 deletions
@@ -7,12 +7,12 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => disabled -Version => 0.92.1 +Version => 0.92.2 DATADOG TRACER CONFIGURATION => { - "date": "2023-10-02T13:35:00Z", + "date": "2023-10-10T06:31:50Z", "os_name": "Linux builder.remirepo.net 6.5.5-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Sep 23 22:53:27 UTC 2023 x86_64", "os_version": "6.5.5-100.fc37.x86_64", - "version": "0.92.1", + "version": "0.92.2", "lang": "php", "lang_version": "8.1.24", "env": null, @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 ddtrace version 0.92.1 ] { +Extension [ <persistent> extension #126 ddtrace version 0.92.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -804,7 +804,7 @@ Extension [ <persistent> extension #126 ddtrace version 0.92.1 ] { Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } - Constant [ string DD_TRACE_VERSION ] { 0.92.1 } + Constant [ string DD_TRACE_VERSION ] { 0.92.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 d3ee9ca..9843267 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -35,7 +35,7 @@ Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace -Version: 0.92.1 +Version: 0.92.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # bundled rust ext are MIT AND Apache-2.0 @@ -297,6 +297,9 @@ fi %changelog +* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 0.92.2-1 +- update to 0.92.2 + * Mon Oct 2 2023 Remi Collet <remi@remirepo.net> - 0.92.1-1 - update to 0.92.1 - disable test suite which raises too much issues |