mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 09:45:54 +03:00
[GH-ISSUE #54] The rdata array keys are different between encoding and decoding #24
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#24
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 @samuelwilliams on GitHub (Sep 4, 2018).
Original GitHub issue: https://github.com/yswery/PHP-DNS-SERVER/issues/54
The keys on the MX rdata array are different when encoding, the key is 'target', but when decoding it is 'host'. Similarly, SOA keys are 'minimum' and 'minimum-ttl' - these should probably be all the same for consistency.
@samuelwilliams commented on GitHub (Sep 11, 2018):
This issue is addressed in the version-1 branch