Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Messenger] do not listen to signals if the pcntl extension is missing#50963
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xabbuh commentedJul 13, 2023
| Q | A |
|---|---|
| Branch? | 6.3 |
| Bug fix? | yes |
| New feature? | no |
| Deprecations? | no |
| Tickets | |
| License | MIT |
| Doc PR |
xabbuh commentedJul 13, 2023
caused by the changes done in#49539, previously we exited early when the |
nicolas-grekas commentedJul 13, 2023
Could the failing integration test be related?
It's not on the latest 6.3 run. |
xabbuh commentedJul 13, 2023
I am looking into the failure |
lyrixx commentedJul 13, 2023
There is a competitive PR |
xabbuh commentedJul 13, 2023
@nicolas-grekas tests fixed @lyrixx This PR fixes an issue when this listener is registered by the FrameworkBundle 5.4, but the pcntl extension is missing. I don't see how this is being fixed by the linked PR. |
lyrixx commentedJul 13, 2023
ah okay, I confused. |
nicolas-grekas commentedJul 13, 2023
Thank you@xabbuh. |