From 0dc5f944e97dde0179229252ca43134927909c62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Mar 2020 08:48:56 +0100 Subject: update to 0.41.1 re-enable ZTS build --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1cbf5a4..c4ba5ac 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.0 +Version => 0.41.1 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index eb13f19..1c0778b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #111 ddtrace version 0.41.0 ] { +Extension [ extension #86 ddtrace version 0.41.1 ] { - INI { Entry [ ddtrace.disable ] @@ -16,7 +16,7 @@ Extension [ extension #111 ddtrace version 0.41.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.41.0 } + Constant [ string DD_TRACE_VERSION ] { 0.41.1 } } - Functions { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 18cd673..094c7a1 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -21,8 +21,7 @@ %global pecl_name ddtrace %if "%{php_version}" > "5.6" -# https://github.com/DataDog/dd-trace-php/issues/782 -%global with_zts 0 +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %else %global with_zts 0 %endif @@ -35,7 +34,7 @@ Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.41.0 +Version: 0.41.1 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 @@ -269,6 +268,10 @@ fi %changelog +* Wed Mar 11 2020 Remi Collet - 0.41.1-1 +- update to 0.41.1 +- re-enable ZTS build + * Tue Mar 3 2020 Remi Collet - 0.41.0-1 - update to 0.41.0 - disable ZTS build reported as -- cgit