mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 01:35:57 +03:00
[PR #75] [MERGED] Version 1 #89
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#89
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/75
Author: @samuelwilliams
Created: 10/27/2018
Status: ✅ Merged
Merged: 10/27/2018
Merged by: @samuelwilliams
Base:
master← Head:version-1📝 Commits (10+)
856cf82Created new header class with encoder/decoder to match.7d71ebdDeleted encode/decodeQuestionResourceRecord() methods. These are now handled by encode/decodeResourceRecord().a7d2ad5Resource Record is now an object.23448c9Updated JSON files.9c89991Removed built-in error handler.1fd222bPHP-CS-FIXERf4a228dChanged array declarations to [].ce6ec6bCS fix in tests.edc4affMoved Tests directorydb28383Updated to latest PHPUnit.📊 Changes
72 files changed (+4804 additions, -1441 deletions)
View changed files
📝
.coveralls.yml(+2 -2)📝
.gitignore(+1 -1)➕
.scrutinizer.yml(+35 -0)📝
.travis.yml(+3 -3)➕
CHANGELOG-1.x.md(+12 -0)📝
README.md(+101 -44)📝
composer.json(+7 -7)➖
dns_record.json(+0 -39)➕
docs/Event-Dispatcher.md(+69 -0)➕
docs/Json-Resolver.md(+130 -0)➕
docs/XML-Resolver.md(+101 -0)➖
example.php(+0 -18)➕
example/example.com.json(+41 -0)➕
example/example.com.xml(+72 -0)➕
example/example.com.yml(+36 -0)➕
example/example.php(+22 -0)➕
example/record.json(+49 -0)➕
php-dns-server.xsd(+47 -0)📝
phpunit.xml.dist(+6 -4)➕
src/ClassEnum.php(+67 -0)...and 52 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.