From 8a711b5242355b99c05b6378a2d255b2369506c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Nov 2019 08:49:59 +0100 Subject: v0.34.1 --- PHPINFO | 2 +- REFLECTION | 14 ++++++++++++-- php-pecl-datadog-trace.spec | 6 +++++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index a9a76be..d7e392c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,7 +7,7 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2019 Datadog tracing support => enabled -Version => 0.34.0 +Version => 0.34.1 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 61334dd..c40a85d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #85 ddtrace version 0.34.0 ] { +Extension [ extension #85 ddtrace version 0.34.1 ] { - INI { Entry [ ddtrace.disable ] @@ -16,7 +16,7 @@ Extension [ extension #85 ddtrace version 0.34.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.34.0 } + Constant [ string DD_TRACE_VERSION ] { 0.34.1 } } - Functions { @@ -86,7 +86,17 @@ Extension [ extension #85 ddtrace version 0.34.0 ] { Parameter #0 [ $trace_array ] } } + Function [ function dd_trace_set_trace_id ] { + + - Parameters [1] { + Parameter #0 [ $trace_id ] + } + } Function [ function dd_trace_push_span_id ] { + + - Parameters [1] { + Parameter #0 [ $existing_id ] + } } Function [ function dd_trace_pop_span_id ] { } diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index ab39b42..6d70f97 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -34,7 +34,7 @@ Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.34.0 +Version: 0.34.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{proj_name} @@ -199,6 +199,7 @@ rm ?TS/tests/ext/sandbox/dd_trace_method.phpt rm ?TS/tests/ext/sandbox/dd_trace_method_works_with_dd_trace.phpt rm ?TS/tests/ext/sandbox/errors_are_flagged_from_userland.phpt rm ?TS/tests/ext/sandbox/exceptions_and_errors_are_ignored_in_tracing_closure.phpt +rm ?TS/tests/ext/sandbox/dd_trace_set_trace_id.phpt %endif @@ -269,6 +270,9 @@ fi %changelog +* Tue Nov 12 2019 Remi Collet - 0.34.1-1 +- update to 0.34.1 + * Wed Oct 30 2019 Remi Collet - 0.34.0-1 - update to 0.34.0 -- cgit