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

feat(embed): correctly handle panic inside embed #272

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

joelwurtz
Copy link
Contributor

This correctly shutdown php runtime when there is a panic (like a failed test) inside the embed sapi, otherwise a panic would cause a segfault (since php runtime is not correctly shutdown)

Copy link
Collaborator

@ptondereau ptondereau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good addition thank you!

@ptondereau ptondereau merged commit 1b55652 into davidcole1340:master Oct 20, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants