From b0acab36dcee180e36880c43b15ecdb6a810f7a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jun 2019 06:41:27 +0200 Subject: - update to 0.28.1 - update options in provided configuration --- PHPINFO | 3 +-- REFLECTION | 11 +++++++---- php-pecl-datadog-trace.spec | 7 +++++-- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 5d03cd3..8436752 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,11 +7,10 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2019 Datadog tracing support => enabled -Version => 0.28.0 +Version => 0.28.1 Directive => Local Value => Master Value ddtrace.disable => Off => Off ddtrace.internal_blacklisted_modules_list => ionCube Loader, => ionCube Loader, ddtrace.request_init_hook => no value => no value ddtrace.strict_mode => Off => Off -ddtrace.log_backtrace => Off => Off diff --git a/REFLECTION b/REFLECTION index 6c1473d..75fbf74 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #85 ddtrace version 0.28.0 ] { +Extension [ extension #85 ddtrace version 0.28.1 ] { - INI { Entry [ ddtrace.disable ] @@ -13,9 +13,6 @@ Extension [ extension #85 ddtrace version 0.28.0 ] { Entry [ ddtrace.strict_mode ] Current = '0' } - Entry [ ddtrace.log_backtrace ] - Current = '0' - } } - Functions { @@ -45,6 +42,12 @@ Extension [ extension #85 ddtrace version 0.28.0 ] { } Function [ function dd_trace_coms_flush_span ] { } + Function [ function dd_trace_env_config ] { + + - Parameters [1] { + Parameter #0 [ $env_name ] + } + } Function [ function dd_trace_coms_next_span_group_id ] { } Function [ function dd_trace_coms_trigger_writer_flush ] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 0e2688f..e97534f 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.28.0 +Version: 0.28.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} @@ -133,7 +133,6 @@ extension=%{pecl_name}.so ;ddtrace.internal_blacklisted_modules_list = 'ionCube Loader,' ;ddtrace.request_init_hook = '' ;ddtrace.strict_mode = Off -;ddtrace.log_backtrace = Off EOF @@ -262,6 +261,10 @@ fi %changelog +* Tue Jun 25 2019 Remi Collet - 0.28.1-1 +- update to 0.28.1 +- update options in provided configuration + * Thu Jun 20 2019 Remi Collet - 0.28.0-1 - update to 0.28.0 -- cgit