diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-22 16:17:11 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-22 16:17:11 +0200 |
commit | e320da738342cb8518c9c5b23e27acb6d1045dd1 (patch) | |
tree | 42886d9e77ec8e57e6567f17a367f7f0f6ba8085 /php-pecl-xdebug3.spec | |
parent | 20cbfc12162f0821b6e81911fc031803fa5ef327 (diff) |
refresh
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r-- | php-pecl-xdebug3.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 11b1c66..71acc9f 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,7 +21,7 @@ %global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 09f1713aa69c95d3cbe4644c30fcd2fd60ae8d90 +%global gh_commit 86727b0b05b5d0a9c4fb85021f05d7931e2c3a35 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release @@ -248,10 +248,6 @@ cd %{sources} rm tests/profiler/bug02001-no-zlib-compression.phpt rm tests/tracing/start_no_zlib_compression.phpt %endif -# test out of tests directory -rm -f *.phpt -# temp for 8.5 (order issue) -rm tests/debugger/bug02126.phpt # parallelism issue rm tests/tracing/bug01875-002.phpt |