From 541eb7893f1a40e0768e4ebafb139f7d2f4c9fe5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jul 2021 18:48:46 +0200 Subject: update to 0.61.0 --- PHPINFO | 4 ++-- REFLECTION | 9 +++++++-- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0641658..41e3d35 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,8 +7,8 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2020 Datadog tracing support => enabled -Version => 0.60.0 -DATADOG TRACER CONFIGURATION => {"date":"2021-05-29T05:19:22Z","os_name":"Linux builder.remirepo.net 5.12.7-200.fc33.x86_64 #1 SMP Wed May 26 13:15:51 UTC 2021 x86_64","os_version":"5.12.7-200.fc33.x86_64","version":"0.60.0","lang":"php","lang_version":"7.4.19","env":null,"enabled":true,"service":null,"enabled_cli":false,"agent_url":"http://localhost:8126","debug":false,"analytics_enabled":false,"sample_rate":1.000000,"sampling_rules":null,"tags":null,"service_mapping":null,"distributed_tracing_enabled":true,"priority_sampling_enabled":true,"dd_version":null,"architecture":"x86_64","sapi":"cli","ddtrace.request_init_hook":"/usr/share/pear/datadog_trace/bridge/dd_wrap_autoloader.php","open_basedir_configured":false,"uri_fragment_regex":null,"uri_mapping_incoming":null,"uri_mapping_outgoing":null,"auto_flush_enabled":false,"generate_root_span":true,"http_client_split_by_domain":false,"measure_compile_time":true,"report_hostname_on_root_span":false,"traced_internal_functions":null,"auto_prepend_file_configured":false,"integrations_disabled":null,"enabled_from_env":true,"opcache.file_cache":null,"agent_error":"Failed to connect to localhost port 8126: Connection refused"} +Version => 0.61.0 +DATADOG TRACER CONFIGURATION => {"date":"2021-07-13T09:47:59Z","os_name":"Linux builder.remirepo.net 5.12.14-200.fc33.x86_64 #1 SMP Wed Jun 30 18:40:10 UTC 2021 x86_64","os_version":"5.12.14-200.fc33.x86_64","version":"0.61.0","lang":"php","lang_version":"7.4.21","env":null,"enabled":true,"service":null,"enabled_cli":false,"agent_url":"http://localhost:8126","debug":false,"analytics_enabled":false,"sample_rate":1.000000,"sampling_rules":null,"tags":null,"service_mapping":null,"distributed_tracing_enabled":true,"priority_sampling_enabled":true,"dd_version":null,"architecture":"x86_64","sapi":"cli","ddtrace.request_init_hook":"/usr/share/pear/datadog_trace/bridge/dd_wrap_autoloader.php","open_basedir_configured":false,"uri_fragment_regex":null,"uri_mapping_incoming":null,"uri_mapping_outgoing":null,"auto_flush_enabled":false,"generate_root_span":true,"http_client_split_by_domain":false,"measure_compile_time":true,"report_hostname_on_root_span":false,"traced_internal_functions":null,"auto_prepend_file_configured":false,"integrations_disabled":null,"enabled_from_env":true,"opcache.file_cache":null,"agent_error":"Failed to connect to localhost port 8126: Connection refused"} Diagnostics agent_error => Failed to connect to localhost port 8126: Connection refused diff --git a/REFLECTION b/REFLECTION index 339edf9..ed6f7b7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 ddtrace version 0.60.0 ] { +Extension [ extension #122 ddtrace version 0.61.0 ] { - INI { Entry [ ddtrace.disable ] @@ -13,7 +13,7 @@ Extension [ extension #118 ddtrace version 0.60.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.60.0 } + Constant [ string DD_TRACE_VERSION ] { 0.61.0 } } - Functions { @@ -100,6 +100,11 @@ Extension [ extension #118 ddtrace version 0.60.0 ] { - Parameters [0] { } } + Function [ function DDTrace\current_context ] { + + - Parameters [0] { + } + } Function [ function dd_trace_push_span_id ] { - Parameters [1] { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 172a58b..401ebc7 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -26,7 +26,7 @@ Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.60.0 +Version: 0.61.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 @@ -266,6 +266,9 @@ fi %changelog +* Tue Jul 13 2021 Remi Collet - 0.61.0-1 +- update to 0.61.0 + * Sat May 29 2021 Remi Collet - 0.60.0-1 - update to 0.60.0 -- cgit