diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 12 | 
3 files changed, 12 insertions, 6 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.3.0 +[0mVersion => 3.3.1  Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support               Enabled Features (through 'xdebug.mode' setting)              @@ -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 { 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 <remi@remirepo.net> - 3.3.1-1 +- update to 3.3.1 +- use test suite parallelism +  * Fri Dec  1 2023 Remi Collet <remi@remirepo.net> - 3.3.0-1  - update to 3.3.0  | 
