diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-01 07:04:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-01 07:04:58 +0200 |
commit | f5e8a30af6415714baad1c1fbc7efdea4a3f1fe5 (patch) | |
tree | e35a10932e5b27804fe87f90c070aded1a904287 | |
parent | 7e1495e5b9124861a848906a53cf7114a0b69f83 (diff) |
update to 0.48.1
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-datadog-trace.spec | 13 |
3 files changed, 8 insertions, 13 deletions
@@ -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.48.0 -DATADOG TRACER CONFIGURATION => {"date":"2020-08-26T06:49:36Z","os_name":"Linux builder.remirepo.net 5.7.15-100.fc31.x86_64 #1 SMP Tue Aug 11 17:18:01 UTC 2020 x86_64","os_version":"5.7.15-100.fc31.x86_64","version":"0.48.0","lang":"php","lang_version":"7.3.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"} +Version => 0.48.1 +DATADOG TRACER CONFIGURATION => {"date":"2020-09-01T05:04:48Z","os_name":"Linux builder.remirepo.net 5.7.15-100.fc31.x86_64 #1 SMP Tue Aug 11 17:18:01 UTC 2020 x86_64","os_version":"5.7.15-100.fc31.x86_64","version":"0.48.1","lang":"php","lang_version":"7.3.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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 ddtrace version 0.48.0 ] { +Extension [ <persistent> extension #116 ddtrace version 0.48.1 ] { - INI { Entry [ ddtrace.disable <SYSTEM> ] @@ -10,7 +10,7 @@ Extension [ <persistent> extension #116 ddtrace version 0.48.0 ] { } - Constants [1] { - Constant [ string DD_TRACE_VERSION ] { 0.48.0 } + Constant [ string DD_TRACE_VERSION ] { 0.48.1 } } - Functions { diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 9056d41..b780076 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -20,21 +20,13 @@ # extension name %global pecl_name ddtrace -%if "%{php_version}" > "5.6" %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%else -%global with_zts 0 -%endif %global with_tests 0%{!?_without_tests:1} -%if "%{php_version}" < "5.6" -%global ini_name %{pecl_name}.ini -%else %global ini_name 40-%{pecl_name}.ini -%endif Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.48.0 +Version: 0.48.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 @@ -267,6 +259,9 @@ fi %changelog +* Tue Sep 1 2020 Remi Collet <remi@remirepo.net> - 0.48.1-1 +- update to 0.48.1 + * Wed Aug 26 2020 Remi Collet <remi@remirepo.net> - 0.48.0-1 - update to 0.48.0 - drop patch merged upstream |