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

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

clue
Copy link
Owner

@clue clue commented Feb 8, 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 #82 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.

The linked feature builds on top of a number of upstream PRs, so I'll make sure to also file fixes upstream and link here accordingly.

Resolves / closes #103, thanks @bileslaw for reporting!

@clue clue added the bug label Feb 8, 2022
@clue clue added this to the v1.4.0 milestone Feb 8, 2022
@clue clue requested a review from SimonFrings February 8, 2022 08:31
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.

PHP Warning: Expected array for frame X
2 participants