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 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-xdebug3.spec | 12 +++++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index f392fb3..6da708d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.3.0 +Version => 3.3.1 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Enabled Features (through 'xdebug.mode' setting) 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 { diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 46d5397..a4c0836 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -24,12 +24,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 15d672e84caa6015d1b2b509aa13a0528d6e9a7e +%global gh_commit 1943c479139008da3f9d26a4e2a6005e75c5ab34 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.3.0 +%global upstream_version 3.3.1 #global upstream_prever alpha3 #global upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -269,10 +269,12 @@ cd %{sources} rm tests/profiler/bug02001-no-zlib-compression.phpt rm tests/tracing/start_no_zlib_compression.phpt %endif +# parallelism issue +rm tests/tracing/bug01875-002.phpt : Upstream test suite NTS extension # bug00886 is marked as slow as it uses a lot of disk space -TEST_OPTS="-q -x --show-diff" +TEST_OPTS="-q -x --show-diff %{?_smp_mflags}" TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ @@ -317,6 +319,10 @@ fi %changelog +* Fri Dec 15 2023 Remi Collet - 3.3.1-1 +- update to 3.3.1 +- use test suite parallelism + * Fri Dec 1 2023 Remi Collet - 3.3.0-1 - update to 3.3.0 -- cgit