Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025

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

@clue clue added this to the v3.0.0 milestone Apr 29, 2025
@clue clue requested a review from WyriHaximus April 29, 2025 07:40
Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@WyriHaximus WyriHaximus merged commit 78ebd28 into reactphp:3.x May 1, 2025
19 checks passed
@clue clue deleted the pcov branch May 1, 2025 19:01
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