From 32270602b7430b9d352b56fa73ba05bab2872c11 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Dec 2023 07:31:17 +0100 Subject: update to 3.3.1 use test suite parallelism --- REFLECTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 0579f6c..8e869e9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #17 xdebug version 3.3.0 ] { +Extension [ extension #17 xdebug version 3.3.1 ] { - INI { Entry [ xdebug.mode ] @@ -232,7 +232,6 @@ Extension [ 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 [ 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 { -- cgit