diff options
-rw-r--r-- | PHPINFO | 3 | ||||
-rw-r--r-- | REFLECTION | 12 | ||||
-rw-r--r-- | php-pecl-datadog-trace.spec | 6 |
3 files changed, 12 insertions, 9 deletions
@@ -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 @@ -1,12 +1,9 @@ -Extension [ <persistent> extension #114 ddtrace version 0.44.1 ] { +Extension [ <persistent> extension #114 ddtrace version 0.45.0 ] { - INI { Entry [ ddtrace.disable <SYSTEM> ] Current = '0' } - Entry [ ddtrace.internal_blacklisted_modules_list <SYSTEM> ] - Current = 'ionCube Loader,newrelic,' - } Entry [ ddtrace.request_init_hook <SYSTEM> ] Current = '' } @@ -16,7 +13,7 @@ Extension [ <persistent> 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 [ <persistent> extension #114 ddtrace version 0.44.1 ] { Parameter #0 [ <optional> $default_name ] } } + Function [ <internal:ddtrace> function ddtrace_config_distributed_tracing_enabled ] { + + - Parameters [0] { + } + } Function [ <internal:ddtrace> 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 <remi@remirepo.net> - 0.45.0-1 +- update to 0.45.0 + * Thu Apr 30 2020 Remi Collet <remi@remirepo.net> - 0.44.1-1 - update to 0.44.1 |