diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-15 07:31:17 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-15 07:31:17 +0100 |
commit | 32270602b7430b9d352b56fa73ba05bab2872c11 (patch) | |
tree | 2d5767178cd5f764e51785e1f7306f8f95d95fbe /REFLECTION | |
parent | f818d63bb1ee19cb9b7bd54dffcd84d38a108a68 (diff) |
update to 3.3.1
use test suite parallelism
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #17 xdebug version 3.3.0 ] { +Extension [ <persistent> extension #17 xdebug version 3.3.1 ] { - INI { Entry [ xdebug.mode <SYSTEM> ] @@ -232,7 +232,6 @@ Extension [ <persistent> extension #17 xdebug version 3.3.0 ] { } - Constants [18] { - Constant [ int XDEBUG_STACK_NO_DESC ] { 1 } Constant [ int XDEBUG_CC_UNUSED ] { 1 } Constant [ int XDEBUG_CC_DEAD_CODE ] { 2 } Constant [ int XDEBUG_CC_BRANCH_CHECK ] { 4 } @@ -250,6 +249,7 @@ Extension [ <persistent> extension #17 xdebug version 3.3.0 ] { Constant [ int XDEBUG_TRACE_FLAMEGRAPH_MEM ] { 32 } Constant [ int XDEBUG_TRACE_HTML ] { 4 } Constant [ int XDEBUG_TRACE_NAKED_FILENAME ] { 8 } + Constant [ int XDEBUG_STACK_NO_DESC ] { 1 } } - Functions { |