summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec20
3 files changed, 9 insertions, 19 deletions
diff --git a/PHPINFO b/PHPINFO
index 338aa13..426dd7b 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.51.0
-DATADOG TRACER CONFIGURATION => {"date":"2020-11-18T07:33:24Z","os_name":"Linux builder.remirepo.net 5.9.8-200.fc33.x86_64 #1 SMP Tue Nov 10 21:58:19 UTC 2020 x86_64","os_version":"5.9.8-200.fc33.x86_64","version":"0.51.0","lang":"php","lang_version":"7.4.12","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.52.0
+DATADOG TRACER CONFIGURATION => {"date":"2020-12-01T02:56:28Z","os_name":"Linux builder.remirepo.net 5.9.10-200.fc33.x86_64 #1 SMP Mon Nov 23 18:12:50 UTC 2020 x86_64","os_version":"5.9.10-200.fc33.x86_64","version":"0.52.0","lang":"php","lang_version":"7.4.13","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 f9f9fa9..b4b77cb 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 ddtrace version 0.51.0 ] {
+Extension [ <persistent> extension #117 ddtrace version 0.52.0 ] {
- INI {
Entry [ ddtrace.disable <SYSTEM> ]
@@ -10,7 +10,7 @@ Extension [ <persistent> extension #117 ddtrace version 0.51.0 ] {
}
- Constants [1] {
- Constant [ string DD_TRACE_VERSION ] { 0.51.0 }
+ Constant [ string DD_TRACE_VERSION ] { 0.52.0 }
}
- Functions {
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index 6b1ed39..ff14be9 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.51.0
+Version: 0.52.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
@@ -37,19 +37,12 @@ Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz
# ddtrace only supports 64-bit platforms
ExcludeArch: %{ix86} %{arm}
-%if 0%{?rhel} == 6 || 0%{?rhel} == 7
-%if 0%{?dtsversion} == 0
+%if 0%{?rhel} == 7 && 0%{?dtsversion} == 0
BuildRequires: devtoolset-6-toolchain
%global dtsversion 6
-%if 0%{?rhel} == 6
-BuildRequires: autoconf268
-%global dtsenable export PHP_AUTOCONF=autoconf268; export PHP_AUTOHEADER=autoheader268; source /opt/rh/devtoolset-6/enable
-%else
%global dtsenable source /opt/rh/devtoolset-6/enable
-%endif
%global dtsprefix devtoolset-6-
%endif
-%endif
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel > 5.4
BuildRequires: %{?scl_prefix}php-pear
@@ -88,12 +81,6 @@ Obsoletes: php80-pecl-%{safe_name} <= %{version}
%endif
%endif
-%if 0%{?fedora} < 20 && 0%{?rhel} < 7
-# Filter shared private
-%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
-%{?filter_setup}
-%endif
-
%description
The Datadog PHP Tracer brings APM and distributed tracing to PHP.
@@ -265,6 +252,9 @@ fi
%changelog
+* Tue Dec 1 2020 Remi Collet <remi@remirepo.net> - 0.52.0-1
+- update to 0.52.0
+
* Wed Nov 18 2020 Remi Collet <remi@remirepo.net> - 0.51.0-1
- update to 0.51.0