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
When you run php bin/console server:start and you don't have installed pcntl, the console asks you
"Do you want to execute server:run immediately? [yN]:".
If you answer this with 'N' or 'n', it just continues and starts the server. You have to leave it empty to stop the command.
If it's ok, I am candidate to fix this and make my first PR to Symfony.
The text was updated successfully, but these errors were encountered:
…rver would … (Serkan Yildiz)
This PR was squashed before being merged into the 3.3 branch (closes#24881).
Discussion
----------
[WebserverBundle] fixed the bug that caused that the webserver would …
Fixed the bug that caused that the webserver would start anyway even you said N.
| Q | A
| ------------- | ---
| Branch? | 3.3
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #24879
| License | MIT
| Doc PR | /
Commits
-------
c256782 [WebserverBundle] fixed the bug that caused that the webserver would …
When you run php bin/console server:start and you don't have installed pcntl, the console asks you
"Do you want to execute server:run immediately? [yN]:".
If you answer this with 'N' or 'n', it just continues and starts the server. You have to leave it empty to stop the command.
If it's ok, I am candidate to fix this and make my first PR to Symfony.
The text was updated successfully, but these errors were encountered: