From 3103ecb70d27b2f1e718e25f960b6e7bfd6e7409 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Apr 2020 08:52:54 +0200 Subject: v0.42.0 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index c4ba5ac..d6af04f 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.41.1 +Version => 0.42.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 1c0778b..da3625b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #86 ddtrace version 0.41.1 ] { +Extension [ extension #113 ddtrace version 0.42.0 ] { - INI { Entry [ ddtrace.disable ] @@ -16,7 +16,7 @@ Extension [ extension #86 ddtrace version 0.41.1 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.41.1 } + Constant [ string DD_TRACE_VERSION ] { 0.42.0 } } - Functions { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 094c7a1..913cb3c 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.41.1 +Version: 0.42.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 @@ -188,7 +188,6 @@ done rm ?TS/tests/ext/segfault_backtrace_*.phpt %if %{__isa_bits} < 64 # see https://github.com/DataDog/dd-trace-php/issues/394 -rm ?TS/tests/ext/dd_trace_coms_test_parallel_writer_consistency.phpt rm ?TS/tests/ext/circuit_breaker_info.phpt rm ?TS/tests/ext/sandbox/dd_trace_function_complex.phpt rm ?TS/tests/ext/sandbox/dd_trace_function_internal.phpt @@ -198,6 +197,8 @@ 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 +rm ?TS/tests/ext/sandbox-prehook/dd_trace_method.phpt +rm ?TS/tests/ext/sandbox-prehook/dd_trace_method_works_with_dd_trace.phpt %endif @@ -268,6 +269,9 @@ fi %changelog +* Thu Apr 2 2020 Remi Collet - 0.42.0-1 +- update to 0.42.0 + * Wed Mar 11 2020 Remi Collet - 0.41.1-1 - update to 0.41.1 - re-enable ZTS build -- cgit