From 5d7d4c99b091ee35b12e63d044da5062d8eb56e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 May 2019 08:32:07 +0200 Subject: v0.22.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7a8d87a..f653d8f 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.21.0 +Version => 0.22.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index abe67a1..33eed54 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 ddtrace version 0.21.0 ] { +Extension [ extension #87 ddtrace version 0.22.0 ] { - INI { Entry [ ddtrace.disable ] diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 9f8a068..b6206fb 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.21.0 +Version: 0.22.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} @@ -242,6 +242,9 @@ fi %changelog +* Wed May 8 2019 Remi Collet - 0.22.0-1 +- update to 0.22.0 + * Thu May 2 2019 Remi Collet - 0.21.0-1 - update to 0.21.0 - drop patch merged upstream -- cgit