From 4a9c0a7616cc030d6ed5e88f610edbb981ca89fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 May 2020 07:40:49 +0200 Subject: update to 0.45.0 --- PHPINFO | 3 +-- REFLECTION | 12 +++++++----- php-pecl-datadog-trace.spec | 6 ++++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 63aeae1..de5b1d4 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,10 +7,9 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2019 Datadog tracing support => enabled -Version => 0.44.1 +Version => 0.45.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off -ddtrace.internal_blacklisted_modules_list => ionCube Loader,newrelic, => ionCube Loader,newrelic, ddtrace.request_init_hook => no value => no value ddtrace.strict_mode => Off => Off diff --git a/REFLECTION b/REFLECTION index bae9bba..6f9bcda 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,12 +1,9 @@ -Extension [ extension #114 ddtrace version 0.44.1 ] { +Extension [ extension #114 ddtrace version 0.45.0 ] { - INI { Entry [ ddtrace.disable ] Current = '0' } - Entry [ ddtrace.internal_blacklisted_modules_list ] - Current = 'ionCube Loader,newrelic,' - } Entry [ ddtrace.request_init_hook ] Current = '' } @@ -16,7 +13,7 @@ Extension [ extension #114 ddtrace version 0.44.1 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.44.1 } + Constant [ string DD_TRACE_VERSION ] { 0.45.0 } } - Functions { @@ -127,6 +124,11 @@ Extension [ extension #114 ddtrace version 0.44.1 ] { Parameter #0 [ $default_name ] } } + Function [ function ddtrace_config_distributed_tracing_enabled ] { + + - Parameters [0] { + } + } Function [ function ddtrace_config_integration_enabled ] { - Parameters [1] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index f470d15..dc2838f 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.44.1 +Version: 0.45.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # extension is dual-licensed under Apache 2.0 or BSD3. # mpack is MIT @@ -128,7 +128,6 @@ extension=%{pecl_name}.so ; Configuration ;ddtrace.disable = Off -;ddtrace.internal_blacklisted_modules_list = 'ionCube Loader,newrelic,' ;ddtrace.request_init_hook = '' ;ddtrace.strict_mode = Off EOF @@ -269,6 +268,9 @@ fi %changelog +* Wed May 13 2020 Remi Collet - 0.45.0-1 +- update to 0.45.0 + * Thu Apr 30 2020 Remi Collet - 0.44.1-1 - update to 0.44.1 -- cgit