Skip to content

Conversation

@clue
Copy link
Owner

@clueclue 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

@clueclue added the bug label Jun 21, 2022
@clueclue 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
OwnerAuthor

clue commented Jun 22, 2022

Rebased now that #46 is in :shipit:

@SimonFringsSimonFrings merged commit ba2d67c into clue:1.xJun 22, 2022
@clueclue deleted the trace branch June 22, 2022 08:29
Sign up for freeto 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

@clue@SimonFrings