summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO12
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-datadog-trace.spec8
3 files changed, 13 insertions, 11 deletions
diff --git a/PHPINFO b/PHPINFO
index 4c4a910..cb85210 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -7,14 +7,14 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang
(c) Datadog 2020
Datadog tracing support => disabled
-Version => 1.3.1
+Version => 1.3.2
DATADOG TRACER CONFIGURATION => {
- "date": "2024-09-08T06:40:22Z",
- "os_name": "Linux builder.remirepo.net 6.10.7-100.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 00:07:39 UTC 2024 x86_64",
- "os_version": "6.10.7-100.fc39.x86_64",
- "version": "1.3.1",
+ "date": "2024-09-27T08:41:26Z",
+ "os_name": "Linux builder.remirepo.net 6.10.11-100.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 18 21:08:06 UTC 2024 x86_64",
+ "os_version": "6.10.11-100.fc39.x86_64",
+ "version": "1.3.2",
"lang": "php",
- "lang_version": "8.2.23",
+ "lang_version": "8.2.24",
"env": null,
"enabled": true,
"service": null,
diff --git a/REFLECTION b/REFLECTION
index 6ce6c84..3a62695 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #116 ddtrace version 1.3.1 ] {
+Extension [ <persistent> extension #119 ddtrace version 1.3.2 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -941,7 +941,7 @@ Extension [ <persistent> extension #116 ddtrace version 1.3.1 ] {
Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 }
Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTELEMETRY ] { 1 }
Constant [ int DDTrace\Internal\SPAN_FLAG_OPENTRACING ] { 2 }
- Constant [ string DD_TRACE_VERSION ] { 1.3.1 }
+ Constant [ string DD_TRACE_VERSION ] { 1.3.2 }
Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 }
Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 }
Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 }
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index c3721a1..89215eb 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -30,7 +30,7 @@
# extension name
%global pecl_name ddtrace
-%global upstream_version 1.3.1
+%global upstream_version 1.3.2
#global upstream_prever beta1
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
@@ -61,8 +61,7 @@ BuildRequires: make
BuildRequires: cargo >= 1.70
BuildRequires: rust >= 1.70
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel >= 7.0
-BuildRequires: %{?scl_prefix}php-devel < 8.4
+BuildRequires: (%{?scl_prefix}php-devel >= 7.0 with %{?scl_prefix}php-devel < 8.4)
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: curl-devel
BuildRequires: %{?scl_prefix}php-json
@@ -276,6 +275,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Sep 27 2024 Remi Collet <remi@remirepo.net> - 1.3.2-1
+- update to 1.3.2
+
* Fri Sep 6 2024 Remi Collet <remi@remirepo.net> - 1.3.1-1
- update to 1.3.1