summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO8
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-datadog-trace.spec10
3 files changed, 14 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index 2ef879a..0c71131 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,14 +3,14 @@ ddtrace
Datadog PHP tracer extension
-For help, check out the documentation at https://github.com/DataDog/dd-trace-php/blob/master/README.md#getting-started
-(c) Datadog 2018
+For help, check out the documentation at https://docs.datadoghq.com/tracing/languages/php/
+(c) Datadog 2019
Datadog tracing support => enabled
-Version => 0.13.4-beta
+Version => 0.14.0-beta
Directive => Local Value => Master Value
ddtrace.disable => 0 => 0
ddtrace.request_init_hook => no value => no value
-ddtrace.ignore_missing_overridables => 1 => 1
+ddtrace.strict_mode => 0 => 0
ddtrace.log_backtrace => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index 12daef7..b0c3679 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #85 ddtrace version 0.13.4-beta ] {
+Extension [ <persistent> extension #86 ddtrace version 0.14.0-beta ] {
- INI {
Entry [ ddtrace.disable <SYSTEM> ]
@@ -7,8 +7,8 @@ Extension [ <persistent> extension #85 ddtrace version 0.13.4-beta ] {
Entry [ ddtrace.request_init_hook <SYSTEM> ]
Current = ''
}
- Entry [ ddtrace.ignore_missing_overridables <SYSTEM> ]
- Current = '1'
+ Entry [ ddtrace.strict_mode <SYSTEM> ]
+ Current = '0'
}
Entry [ ddtrace.log_backtrace <SYSTEM> ]
Current = '0'
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec
index 5bdaac6..e5b5822 100644
--- a/php-pecl-datadog-trace.spec
+++ b/php-pecl-datadog-trace.spec
@@ -20,7 +20,7 @@
# extension name
%global pecl_name ddtrace
-%if "%{php_version}" > "7"
+%if "%{php_version}" > "5.6"
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%else
%global with_zts 0
@@ -34,7 +34,7 @@
Summary: APM and distributed tracing for PHP
Name: %{?sub_prefix}php-pecl-datadog-trace
-Version: 0.13.4
+Version: 0.14.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}
@@ -117,7 +117,7 @@ extension=%{pecl_name}.so
; Configuration
;ddtrace.disable = 0
;ddtrace.request_init_hook = ''
-;ddtrace.ignore_missing_overridables = 1
+;ddtrace.strict_mode = 0
;ddtrace.log_backtrace = 0
EOF
@@ -230,6 +230,10 @@ fi
%changelog
+* Wed Feb 27 2019 Remi Collet <remi@remirepo.net> - 0.14.0-1
+- update to 0.14.0
+- update provided configuration
+
* Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 0.13.4-1
- update to 0.13.4