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
bug #47218 [Console] fix dispatch signal event check for compatibility with the contract interface (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[Console] fix dispatch signal event check for compatibility with the contract interface
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#45333 (comment)
| License | MIT
| Doc PR |
Commits
-------
6b29591 fix dispatch signal event check for compatibility with the contract interface
if ($commandSignals || null !== $this->dispatcher) {
991
990
if (!$this->signalRegistry) {
992
991
thrownewRuntimeException('Unable to subscribe to signal events. Make sure that the `pcntl` extension is installed and that "pcntl_*" functions are not disabled by your php.ini\'s "disable_functions" directive.');
0 commit comments