summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION12
-rw-r--r--php-pecl-datadog-trace.spec7
3 files changed, 16 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index e33a3bd..35e4f86 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.1
+Version => 0.39.0
Directive => Local Value => Master Value
ddtrace.disable => Off => Off
diff --git a/REFLECTION b/REFLECTION
index 2c9bd75..4e86a69 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #108 ddtrace version 0.38.1 ] {
+Extension [ <persistent> extension #108 ddtrace version 0.39.0 ] {
- INI {
Entry [ ddtrace.disable <SYSTEM> ]
@@ -16,7 +16,7 @@ Extension [ <persistent> extension #108 ddtrace version 0.38.1 ] {
}
- Constants [1] {
- Constant [ string DD_TRACE_VERSION ] { 0.38.1 }
+ Constant [ string DD_TRACE_VERSION ] { 0.39.0 }
}
- Functions {
@@ -79,6 +79,14 @@ Extension [ <persistent> extension #108 ddtrace version 0.38.1 ] {
}
Function [ <internal:ddtrace> function dd_trace_reset ] {
}
+ Function [ <internal:ddtrace> function dd_trace_send_traces_via_thread ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $url ]
+ Parameter #1 [ <required> $http_headers ]
+ Parameter #2 [ <required> $body ]
+ }
+ }
Function [ <internal:ddtrace> function dd_trace_serialize_closed_spans ] {
- Parameters [0] {
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index d6f18fe..0087846 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-datadog-trace
#
-# Copyright (c) 2020 Remi Collet
+# Copyright (c) 2019-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -34,7 +34,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?sub_prefix}php-pecl-datadog-trace
-Version: 0.38.1
+Version: 0.39.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
+* Fri Jan 31 2020 Remi Collet <remi@remirepo.net> - 0.39.0-1
+- update to 0.39.0
+
* Wed Jan 29 2020 Remi Collet <remi@remirepo.net> - 0.38.1-1
- update to 0.38.1