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
Artisan seems to ignore exit codes. A forced error always returns zero.
Attempting to write an actual sysv init wrapper.
Steps To Reproduce:
Do something zany and nutty like try to bind to port 98080 or pass invalid switches, as far as php is concerned it exits clean even though there was an issue. php artisan serve --host=0.0.0.0 --port=98080 ; echo $? Laravel development server started: <http://0.0.0.0:98080> Invalid address: 0.0.0.0:98080 0
Laravel Version: 5.5.32
PHP Version: 7.1.11
Database Driver & Version:
I did notice this: #560 Not sure if related or not.
The text was updated successfully, but these errors were encountered:
Description:
Artisan seems to ignore exit codes. A forced error always returns zero.
Attempting to write an actual sysv init wrapper.
Steps To Reproduce:
Do something zany and nutty like try to bind to port 98080 or pass invalid switches, as far as php is concerned it exits clean even though there was an issue.
php artisan serve --host=0.0.0.0 --port=98080 ; echo $?
Laravel development server started: <http://0.0.0.0:98080>
Invalid address: 0.0.0.0:98080
0
I did notice this: #560 Not sure if related or not.
The text was updated successfully, but these errors were encountered: