mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #86] [MERGED] Move Rdata encoding/decoding to new classes #94
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#94
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/86
Author: @samuelwilliams
Created: 2/1/2019
Status: ✅ Merged
Merged: 2/1/2019
Merged by: @samuelwilliams
Base:
master← Head:feature/rdata-encoding📝 Commits (3)
42d02f8Separate Rdata encoder and decoder into their own classes.3665b61.7b5aa07Merge branch 'master' of https://github.com/yswery/PHP-DNS-SERVER into feature/rdata-encoding📊 Changes
6 files changed (+307 additions, -142 deletions)
View changed files
📝
src/Decoder.php(+1 -57)📝
src/Encoder.php(+14 -69)➕
src/RdataDecoder.php(+138 -0)➕
src/RdataEncoder.php(+131 -0)📝
src/Tests/DecoderTest.php(+10 -8)📝
src/Tests/EncoderTest.php(+13 -8)📄 Description
The methods for encoding and decoding rdata has been placed into new classes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.