summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-30 08:30:16 +0100
committerRemi Collet <remi@remirepo.net>2019-10-30 08:30:16 +0100
commitcce2c21eaf5692e054aa4170ee61d218a3512bbe (patch)
tree37dc3383286338632e2773111a708662af8fafe7
parentb37a7aa7b858a5411abf43fee697909a61011296 (diff)
v0.34.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec7
3 files changed, 9 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 9e1ef38..a9a76be 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.33.0
+Version => 0.34.0
Directive => Local Value => Master Value
ddtrace.disable => Off => Off
diff --git a/REFLECTION b/REFLECTION
index 441c181..61334dd 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #85 ddtrace version 0.33.0 ] {
+Extension [ <persistent> extension #85 ddtrace version 0.34.0 ] {
- INI {
Entry [ ddtrace.disable <SYSTEM> ]
@@ -16,7 +16,7 @@ Extension [ <persistent> extension #85 ddtrace version 0.33.0 ] {
}
- Constants [1] {
- Constant [ string DD_TRACE_VERSION ] { 0.33.0 }
+ Constant [ string DD_TRACE_VERSION ] { 0.34.0 }
}
- Functions {
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index aaa8b1b..ab39b42 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.33.0
+Version: 0.34.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/%{proj_name}
@@ -49,6 +49,7 @@ BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: curl-devel
# For tests
+BuildRequires: %{?scl_prefix}php-curl
BuildRequires: %{?scl_prefix}php-json
BuildRequires: %{?scl_prefix}php-posix
@@ -202,6 +203,7 @@ rm ?TS/tests/ext/sandbox/exceptions_and_errors_are_ignored_in_tracing_closure.ph
MOD="-n"
+[ -f %{php_extdir}/curl.so ] && MOD="$MOD -d extension=curl.so"
[ -f %{php_extdir}/json.so ] && MOD="$MOD -d extension=json.so"
[ -f %{php_extdir}/posix.so ] && MOD="$MOD -d extension=posix.so"
@@ -267,6 +269,9 @@ fi
%changelog
+* Wed Oct 30 2019 Remi Collet <remi@remirepo.net> - 0.34.0-1
+- update to 0.34.0
+
* Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 0.33.0-1
- update to 0.33.0 (no change)