From 5a4c36b84d018f6a4fb66face93e01d7f2a407ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Mar 2019 07:20:42 +0100 Subject: update to 0.17.0 (no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 19ac4f5..5738a85 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.16.1 +Version => 0.17.0 Directive => Local Value => Master Value ddtrace.disable => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 63ed3e8..87d248d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #86 ddtrace version 0.16.1 ] { +Extension [ extension #86 ddtrace version 0.17.0 ] { - INI { Entry [ ddtrace.disable ] diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index a9ac80a..8a4ed7b 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.16.1 +Version: 0.17.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} @@ -231,6 +231,9 @@ fi %changelog +* Wed Mar 27 2019 Remi Collet - 0.17.0-1 +- update to 0.17.0 (no change) + * Thu Mar 21 2019 Remi Collet - 1.16.1-1 - update to 1.16.1 (no change) -- cgit