mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #84] [MERGED] Show error message if there is an exception is starting server #91
Labels
No labels
bug
enhancement
enhancement
hacktoberfest
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PHP-DNS-SERVER#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/84
Author: @raheelkhan
Created: 1/25/2019
Status: ✅ Merged
Merged: 1/30/2019
Merged by: @samuelwilliams
Base:
master← Head:show-permission-error📝 Commits (4)
6e52955throw exception if unable to start server0e1a0b2exit code should be 1 in case of exceptionc50c55ecreate a separate subscriber to kill server if there is server exception4009033create new event called SERVER_START_FAIL specifically for the case where server cannot be started at all📊 Changes
5 files changed (+43 additions, -3 deletions)
View changed files
📝
example/example.php(+2 -1)📝
src/Event/Events.php(+7 -0)📝
src/Event/Subscriber/EchoLogger.php(+2 -1)➕
src/Event/Subscriber/ServerTerminator.php(+30 -0)📝
src/Server.php(+2 -1)📄 Description
Addressing the Issue #79
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
clientparameter to resolvers #95