From 33dd14435b7b7499dc5311fd0c03d9c5a3cd24b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Jun 2019 19:01:15 +0200 Subject: v0.28.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-datadog-trace.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 20acae5..5d03cd3 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.27.2 +Version => 0.28.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 4214c10..6c1473d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 ddtrace version 0.27.2 ] { +Extension [ extension #85 ddtrace version 0.28.0 ] { - INI { Entry [ ddtrace.disable ] diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index bd20b2a..0e2688f 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.27.2 +Version: 0.28.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} @@ -187,9 +187,8 @@ done %check -# Erratic result on 5.6 and EL-6 -rm ?TS/tests/ext/segfault_backtrace_disabled_via_env_enabled_in_ini.phpt -rm ?TS/tests/ext/segfault_backtrace_disabled.phpt +# Erratic results +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 @@ -263,6 +262,9 @@ fi %changelog +* Thu Jun 20 2019 Remi Collet - 0.28.0-1 +- update to 0.28.0 + * Fri Jun 7 2019 Remi Collet - 0.27.2-1 - update to 0.27.2 -- cgit