diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-14 09:04:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-14 09:04:50 +0100 |
commit | 881bdb17c28004918c9bd751431b20dfe8e3ccb3 (patch) | |
tree | a793c189840abdf5e3ba49aff4ebc4543e707cc7 /REFLECTION | |
parent | 6a4abbc8a0d3f36b7d02a8641a940bbae7ad09a3 (diff) |
update to 0.83.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #123 ddtrace version 0.82.0 ] { +Extension [ <persistent> extension #120 ddtrace version 0.83.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -595,7 +595,7 @@ Extension [ <persistent> extension #123 ddtrace version 0.82.0 ] { } - Constants [7] { - Constant [ string DD_TRACE_VERSION ] { 0.82.0 } + Constant [ string DD_TRACE_VERSION ] { 0.83.0 } 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 } @@ -1092,8 +1092,8 @@ Extension [ <persistent> extension #123 ddtrace version 0.82.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -1110,6 +1110,7 @@ Extension [ <persistent> extension #123 ddtrace version 0.82.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { |