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

PHP: Reset exit code before dispatching a request #1251

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

adamziel
Copy link
Collaborator

Ensures PHP returns the correct exit code after each request. Without this PR, hitting an exit code 255 once means PHP will continue returning it indefinitely.

Related to #1249

Testing instructions

Confirm the unit tests pass (they won't until all PHP versions are rebuilt and shipped with this PR)

cc @kozer

Ensures PHP returns the correct exit code after each request. Without
this PR, hitting an exit code 255 once means PHP will continue returning
it indefinitely.

 ## Testing instructions

Confirm the unit tests pass (they won't until all PHP versions are
rebuilt and shipped with this PR)
@adamziel adamziel added [Type] Bug An existing feature does not function as intended [Feature] PHP.wasm labels Apr 16, 2024
@adamziel adamziel added this to the PHP Feature Parity milestone Apr 16, 2024
@adamziel adamziel merged commit 5dcabdd into trunk Apr 16, 2024
5 checks passed
@adamziel adamziel deleted the reset-exit-code-before-dispatching-requests branch April 16, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] PHP.wasm [Type] Bug An existing feature does not function as intended
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants