mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[GH-ISSUE #74] Don't fail on unsupported dns records #25
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#25
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?
Originally created by @nkakouros on GitHub (Oct 25, 2018).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/74
I took a quick a look in the code after #73. Comparing dns_answer_names and dns query type, it seems to me that if a query of a type missing from
dns_answer_names(like theSRVrecord that caused #73) is received, php-dns will crash on the same point as in #73.I think that php-dns should not fail in any case. If my understanding above is correct, how could php-dns handle that situation more gracefully?
@samuelwilliams commented on GitHub (Oct 25, 2018):
Check out branch
version-1- this has a much more graceful way of dealing with unsupported record types.@nkakouros commented on GitHub (Oct 25, 2018):
This seems like a total reworking of the project structure. Does this mean that #73 is useless? Should I close it?
@samuelwilliams commented on GitHub (Oct 25, 2018):
Dont close it, it's still an improvement. But I haven't worked in SRV RData
into version-1 yet.
On Fri., 26 Oct. 2018, 07:30 tterranigma, notifications@github.com wrote: