summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO3
-rw-r--r--REFLECTION11
-rw-r--r--php-pecl-datadog-trace.spec7
3 files changed, 13 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 5d03cd3..8436752 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -7,11 +7,10 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang
(c) Datadog 2019
Datadog tracing support => enabled
-Version => 0.28.0
+Version => 0.28.1
Directive => Local Value => Master Value
ddtrace.disable => Off => Off
ddtrace.internal_blacklisted_modules_list => ionCube Loader, => ionCube Loader,
ddtrace.request_init_hook => no value => no value
ddtrace.strict_mode => Off => Off
-ddtrace.log_backtrace => Off => Off
diff --git a/REFLECTION b/REFLECTION
index 6c1473d..75fbf74 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #85 ddtrace version 0.28.0 ] {
+Extension [ <persistent> extension #85 ddtrace version 0.28.1 ] {
- INI {
Entry [ ddtrace.disable <SYSTEM> ]
@@ -13,9 +13,6 @@ Extension [ <persistent> extension #85 ddtrace version 0.28.0 ] {
Entry [ ddtrace.strict_mode <SYSTEM> ]
Current = '0'
}
- Entry [ ddtrace.log_backtrace <SYSTEM> ]
- Current = '0'
- }
}
- Functions {
@@ -45,6 +42,12 @@ Extension [ <persistent> extension #85 ddtrace version 0.28.0 ] {
}
Function [ <internal:ddtrace> function dd_trace_coms_flush_span ] {
}
+ Function [ <internal:ddtrace> function dd_trace_env_config ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $env_name ]
+ }
+ }
Function [ <internal:ddtrace> function dd_trace_coms_next_span_group_id ] {
}
Function [ <internal:ddtrace> function dd_trace_coms_trigger_writer_flush ] {
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index 0e2688f..e97534f 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.28.0
+Version: 0.28.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/%{proj_name}
@@ -133,7 +133,6 @@ extension=%{pecl_name}.so
;ddtrace.internal_blacklisted_modules_list = 'ionCube Loader,'
;ddtrace.request_init_hook = ''
;ddtrace.strict_mode = Off
-;ddtrace.log_backtrace = Off
EOF
@@ -262,6 +261,10 @@ fi
%changelog
+* Tue Jun 25 2019 Remi Collet <remi@remirepo.net> - 0.28.1-1
+- update to 0.28.1
+- update options in provided configuration
+
* Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 0.28.0-1
- update to 0.28.0