Improve serve Command Reliability#406
Merged
armanist merged 2 commits intoJan 15, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #406 +/- ##
============================================
- Coverage 80.67% 79.90% -0.77%
- Complexity 2472 2492 +20
============================================
Files 229 229
Lines 6546 6609 +63
============================================
Hits 5281 5281
- Misses 1265 1328 +63 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
live-soft
approved these changes
Jan 15, 2026
andrey-smaelov
requested changes
Jan 15, 2026
Collaborator
There was a problem hiding this comment.
The server not binds next available port if second server is run, this creates serious issue.
Steps to reproduce:
- Run
php qt serve -o
This will run the php server and will open browser on http://127.0.0.1:8000 - Run second time
php qt serve -o
Same way browser is opened but still on http://127.0.0.1:8000
Expected behavior:
Second server should be run on port 8001
andrey-smaelov
approved these changes
Jan 15, 2026
live-soft
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #399