From cce2c21eaf5692e054aa4170ee61d218a3512bbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Oct 2019 08:30:16 +0100 Subject: v0.34.0 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9e1ef38..a9a76be 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.33.0 +Version => 0.34.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 441c181..61334dd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #85 ddtrace version 0.33.0 ] { +Extension [ extension #85 ddtrace version 0.34.0 ] { - INI { Entry [ ddtrace.disable ] @@ -16,7 +16,7 @@ Extension [ extension #85 ddtrace version 0.33.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.33.0 } + Constant [ string DD_TRACE_VERSION ] { 0.34.0 } } - Functions { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index aaa8b1b..ab39b42 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.33.0 +Version: 0.34.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} @@ -49,6 +49,7 @@ BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear BuildRequires: curl-devel # For tests +BuildRequires: %{?scl_prefix}php-curl BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-posix @@ -202,6 +203,7 @@ rm ?TS/tests/ext/sandbox/exceptions_and_errors_are_ignored_in_tracing_closure.ph MOD="-n" +[ -f %{php_extdir}/curl.so ] && MOD="$MOD -d extension=curl.so" [ -f %{php_extdir}/json.so ] && MOD="$MOD -d extension=json.so" [ -f %{php_extdir}/posix.so ] && MOD="$MOD -d extension=posix.so" @@ -267,6 +269,9 @@ fi %changelog +* Wed Oct 30 2019 Remi Collet - 0.34.0-1 +- update to 0.34.0 + * Thu Oct 17 2019 Remi Collet - 0.33.0-1 - update to 0.33.0 (no change) -- cgit