diff options
-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 |