From c7b4e01a58a397cdda8eb481d26b323a98c20df6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Jun 2019 07:10:26 +0200 Subject: v0.27.2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4cac384..20acae5 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.1 +Version => 0.27.2 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index ebaa3d5..4214c10 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 ddtrace version 0.27.1 ] { +Extension [ extension #87 ddtrace version 0.27.2 ] { - INI { Entry [ ddtrace.disable ] diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index ea585d8..bd20b2a 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.1 +Version: 0.27.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{proj_name} @@ -263,6 +263,9 @@ fi %changelog +* Fri Jun 7 2019 Remi Collet - 0.27.2-1 +- update to 0.27.2 + * Thu Jun 6 2019 Remi Collet - 0.27.1-1 - update to 0.27.1 -- cgit