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

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

clue
Copy link
Owner

@clue clue commented Jun 21, 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 #23 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 #23

@clue clue added the bug label Jun 21, 2022
@clue clue added this to the v1.8.0 milestone Jun 21, 2022
@SimonFrings
Copy link
Contributor

HHVM build is currently failing, will be successful after #46 is merged.

@clue
Copy link
Owner Author

clue commented Jun 22, 2022

Rebased now that #46 is in :shipit:

@SimonFrings SimonFrings merged commit ba2d67c into clue:1.x Jun 22, 2022
@clue clue deleted the trace branch June 22, 2022 08:29
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.

2 participants