summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-29 07:27:34 +0100
committerRemi Collet <remi@remirepo.net>2020-01-29 07:27:34 +0100
commit27f1c81b0de6c5becae21932b81cbfc0a399a2e7 (patch)
tree651f6e972d33d918c5419c61641eb14c2016fcf8
parenta8276e91a478b5576049f0966a7065ee624aa48d (diff)
v0.38.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 4103f4a..e33a3bd 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.38.0
+Version => 0.38.1
Directive => Local Value => Master Value
ddtrace.disable => Off => Off
diff --git a/REFLECTION b/REFLECTION
index 095b442..2c9bd75 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #108 ddtrace version 0.38.0 ] {
+Extension [ <persistent> extension #108 ddtrace version 0.38.1 ] {
- INI {
Entry [ ddtrace.disable <SYSTEM> ]
@@ -16,7 +16,7 @@ Extension [ <persistent> extension #108 ddtrace version 0.38.0 ] {
}
- Constants [1] {
- Constant [ string DD_TRACE_VERSION ] { 0.38.0 }
+ Constant [ string DD_TRACE_VERSION ] { 0.38.1 }
}
- Functions {
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index f029e7b..d6f18fe 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.38.0
+Version: 0.38.1
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
+* Wed Jan 29 2020 Remi Collet <remi@remirepo.net> - 0.38.1-1
+- update to 0.38.1
+
* Tue Jan 28 2020 Remi Collet <remi@remirepo.net> - 0.38.0-1
- update to 0.38.0
- fix License: (ASL 2.0 or BSD) and MIT