Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix port usage in server:status command #22172

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2017

Conversation

alcaeus
Copy link
Contributor

@alcaeus alcaeus commented Mar 27, 2017

Q A
Branch? 2.7
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

This fixes a bug where running console server:status -p 8001 won't work because the port is already contained in the default value for address.

@alcaeus
Copy link
Contributor Author

alcaeus commented Mar 27, 2017

No idea what the build failure on PHP 7 is about - travis is not giving any output.

Edit: travis gives build errors, not sure they are related to the PR though. Couldn't reproduce them on PHP 7 locally.

@fabpot
Copy link
Member

fabpot commented Mar 27, 2017

Thank you @alcaeus.

@fabpot fabpot merged commit dbcfa5c into symfony:2.7 Mar 27, 2017
fabpot added a commit that referenced this pull request Mar 27, 2017
This PR was merged into the 2.7 branch.

Discussion
----------

Fix port usage in server:status command

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

This fixes a bug where running `console server:status -p 8001` won't work because the port is already contained in the default value for `address`.

Commits
-------

dbcfa5c Remove port from default host in server:status command
@alcaeus alcaeus deleted the fix-server-status-default-host branch March 27, 2017 17:44
This was referenced Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants