diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 15 | ||||
-rw-r--r-- | php-pecl-datadog-trace.spec | 5 |
3 files changed, 10 insertions, 12 deletions
@@ -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.29.0 +Version => 0.30.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #85 ddtrace version 0.29.0 ] { +Extension [ <persistent> extension #85 ddtrace version 0.30.0 ] { - INI { Entry [ ddtrace.disable <SYSTEM> ] @@ -16,7 +16,7 @@ Extension [ <persistent> extension #85 ddtrace version 0.29.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.29.0 } + Constant [ string DD_TRACE_VERSION ] { 0.30.0 } } - Functions { @@ -44,23 +44,18 @@ Extension [ <persistent> extension #85 ddtrace version 0.29.0 ] { } Function [ <internal:ddtrace> function dd_tracer_circuit_breaker_info ] { } - Function [ <internal:ddtrace> function dd_trace_coms_flush_span ] { - } Function [ <internal:ddtrace> function dd_trace_env_config ] { - Parameters [1] { Parameter #0 [ <required> $env_name ] } } - Function [ <internal:ddtrace> function dd_trace_coms_next_span_group_id ] { - } Function [ <internal:ddtrace> function dd_trace_coms_trigger_writer_flush ] { } - Function [ <internal:ddtrace> function dd_trace_flush_span ] { + Function [ <internal:ddtrace> function dd_trace_buffer_span ] { - - Parameters [2] { - Parameter #0 [ <required> $group_id ] - Parameter #1 [ <required> &$trace_array ] + - Parameters [1] { + Parameter #0 [ <required> $trace_array ] } } Function [ <internal:ddtrace> function dd_trace_internal_fn ] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 4fca117..e7fc75c 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.29.0 +Version: 0.30.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{proj_name} @@ -261,6 +261,9 @@ fi %changelog +* Fri Aug 9 2019 Remi Collet <remi@remirepo.net> - 0.30.0-1 +- update to 0.30.0 + * Wed Jul 3 2019 Remi Collet <remi@remirepo.net> - 0.29.0-1 - update to 0.29.0 |