You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PHP] Dispatch request.error for all non-zero-exit request handler errors (#2429)
## Motivation for the change, related issues
The [recent
PR](#2357), that
altered how error reporting works, unintentionally removed the
`request.error` event in some PHP.run() code paths. This PR makes sure
the `request.error` event is emitted anytime a non-zero-exit error
happens.
## Testing Instructions (or ideally a Blueprint)
CI tests
0 commit comments