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 #284

Merged
merged 2 commits 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 few months ago with #270 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 and #270

@WyriHaximus WyriHaximus merged commit 9050309 into reactphp:master Feb 11, 2022
@clue clue deleted the trace branch February 11, 2022 15:55
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