From 4a969338df6783eef0f975ada196440f55b95e18 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Feb 2020 07:04:03 +0100 Subject: v0.40.0 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 35e4f86..df2fac0 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.39.0 +Version => 0.40.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 4e86a69..15a394a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 ddtrace version 0.39.0 ] { +Extension [ extension #111 ddtrace version 0.40.0 ] { - INI { Entry [ ddtrace.disable ] @@ -16,7 +16,7 @@ Extension [ extension #108 ddtrace version 0.39.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.39.0 } + Constant [ string DD_TRACE_VERSION ] { 0.40.0 } } - Functions { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 0087846..eb8b396 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.39.0 +Version: 0.40.0 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 @@ -268,6 +268,9 @@ fi %changelog +* Thu Feb 20 2020 Remi Collet - 0.40.0-1 +- update to 0.40.0 + * Fri Jan 31 2020 Remi Collet - 0.39.0-1 - update to 0.39.0 -- cgit