Skip to content
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

Fix invalid references in exception stack trace #191

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

clue
Copy link
Member

@clue clue commented Feb 10, 2022

This changeset fixes any invalid references in the exception stack trace. This is a pretty nasty bug that has been introduced a while ago with #118 that only happens on PHP 7+ when printing the exception trace ($exception->getTraceAsString()). This is now covered by the updated test suite and should work across all supported PHP versions.

Builds on top of clue/reactphp-socks#104, reactphp/socket#284, and #118

@clue clue added the bug label Feb 10, 2022
@clue clue added this to the v1.10.0 milestone Feb 10, 2022
@clue clue requested a review from WyriHaximus February 10, 2022 10:39
@WyriHaximus WyriHaximus merged commit 0cf34dc into reactphp:master Feb 11, 2022
@clue clue deleted the trace branch February 11, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants