From 797e222d0d5b3869c1c9ea5bedcb312c012f4649 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Apr 2024 12:02:15 +0200 Subject: update to 0.99.1 --- PHPINFO | 6 +++--- REFLECTION | 16 +++------------- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4718ae5..9d6540d 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 => disabled -Version => 0.99.0 +Version => 0.99.1 DATADOG TRACER CONFIGURATION => { - "date": "2024-04-03T12:42:36Z", + "date": "2024-04-05T08:53:02Z", "os_name": "Linux builder.remirepo.net 6.7.11-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 27 16:50:39 UTC 2024 x86_64", "os_version": "6.7.11-200.fc39.x86_64", - "version": "0.99.0", + "version": "0.99.1", "lang": "php", "lang_version": "8.2.17", "env": null, diff --git a/REFLECTION b/REFLECTION index c30a7a4..d077a57 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #100 ddtrace version 0.99.0 ] { +Extension [ extension #102 ddtrace version 0.99.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -879,15 +879,13 @@ Extension [ extension #100 ddtrace version 0.99.0 ] { } } - - Constants [14] { + - Constants [12] { Constant [ string DDTrace\HOOK_ALL_FILES ] { } Constant [ int DDTrace\HOOK_INSTANCE ] { 1 } Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 } Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 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 ] { 0.99.0 } + Constant [ string DD_TRACE_VERSION ] { 0.99.1 } 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 } @@ -1183,14 +1181,6 @@ Extension [ extension #100 ddtrace version 0.99.0 ] { } - Return [ void ] } - Function [ function DDTrace\Internal\add_span_flag ] { - - - Parameters [2] { - Parameter #0 [ DDTrace\SpanData $span ] - Parameter #1 [ int $flag ] - } - - Return [ void ] - } Function [ function dd_trace_env_config ] { - Parameters [1] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 04b8b1a..4371872 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.99.0 +Version: 0.99.1 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 @@ -300,6 +300,9 @@ fi %changelog +* Fri Apr 5 2024 Remi Collet - 0.99.1-1 +- update to 0.99.1 + * Wed Apr 3 2024 Remi Collet - 0.99.0-1 - update to 0.99.0 -- cgit