Skip to content

Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2#323

Merged
WyriHaximus merged 1 commit intoreactphp:3.xfrom
clue-labs:pcov
May 1, 2025
Merged

Update test suite to use PCOV to avoid segfault with Xdebug 3.4.2#323
WyriHaximus merged 1 commit intoreactphp:3.xfrom
clue-labs:pcov

Conversation

@clue
Copy link
Member

@clue clue commented Apr 29, 2025

This changeset updates the test suite to use PCOV instead of Xdebug on PHP 8+ to avoid a segfault with Xdebug 3.4.2 on PHP 8.1+ (https://bugs.xdebug.org/view.php?id=2332).

Unfortunately, it doesn't look like the upstream bug in Xdebug is an easy fix nor like it is going to be fixed any time soon, so for the time being I'd propose switching to PCOV to unblock our development. PCOV is pretty much a drop-in replacement on newer PHP versions (but noticeably faster), and test coverage should not be affected at all. Once merged, we should apply similar changes to our other components and other supported branches.

Builds on top of clue/framework-x#278 and #321
Supersedes / closes #322

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants