diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-17 13:07:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-17 13:07:40 +0200 |
commit | b37a7aa7b858a5411abf43fee697909a61011296 (patch) | |
tree | a8ae3b560c59cfc8743f456539bb4e8ffe162ddb | |
parent | 29a06c0cfd1bed58b18861b8b66fe04469de1c27 (diff) |
v0.33.0 (no change)
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-datadog-trace.spec | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -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.32.1 +Version => 0.33.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #85 ddtrace version 0.32.1 ] { +Extension [ <persistent> extension #85 ddtrace version 0.33.0 ] { - INI { Entry [ ddtrace.disable <SYSTEM> ] @@ -16,7 +16,7 @@ Extension [ <persistent> extension #85 ddtrace version 0.32.1 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.32.1 } + Constant [ string DD_TRACE_VERSION ] { 0.33.0 } } - Functions { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index e7b8138..aaa8b1b 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.32.1 +Version: 0.33.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} @@ -267,6 +267,9 @@ fi %changelog +* Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 0.33.0-1 +- update to 0.33.0 (no change) + * Thu Oct 10 2019 Remi Collet <remi@remirepo.net> - 0.32.1-1 - update to 0.32.1 (no change) |