[PR #75] [MERGED] Version 1 #89

Closed
opened 2026-03-04 23:24:15 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: version-1


📝 Commits (10+)

  • 856cf82 Created new header class with encoder/decoder to match.
  • 7d71ebd Deleted encode/decodeQuestionResourceRecord() methods. These are now handled by encode/decodeResourceRecord().
  • a7d2ad5 Resource Record is now an object.
  • 23448c9 Updated JSON files.
  • 9c89991 Removed built-in error handler.
  • 1fd222b PHP-CS-FIXER
  • f4a228d Changed array declarations to [].
  • ce6ec6b CS fix in tests.
  • edc4aff Moved Tests directory
  • db28383 Updated 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.

## 📋 Pull Request Information **Original PR:** https://github.com/yswery/PHP-DNS-SERVER/pull/75 **Author:** [@samuelwilliams](https://github.com/samuelwilliams) **Created:** 10/27/2018 **Status:** ✅ Merged **Merged:** 10/27/2018 **Merged by:** [@samuelwilliams](https://github.com/samuelwilliams) **Base:** `master` ← **Head:** `version-1` --- ### 📝 Commits (10+) - [`856cf82`](https://github.com/yswery/PHP-DNS-SERVER/commit/856cf824378dfa843c842d2421efdd67fbb621ed) Created new header class with encoder/decoder to match. - [`7d71ebd`](https://github.com/yswery/PHP-DNS-SERVER/commit/7d71ebdb7cb1f7b92b7d4177d0b79f1c15b0807e) Deleted encode/decodeQuestionResourceRecord() methods. These are now handled by encode/decodeResourceRecord(). - [`a7d2ad5`](https://github.com/yswery/PHP-DNS-SERVER/commit/a7d2ad55a7d0b26e3c68f503f369b2cde22bc7a2) Resource Record is now an object. - [`23448c9`](https://github.com/yswery/PHP-DNS-SERVER/commit/23448c9692371b9bceeb0adc4edd92d385d374e7) Updated JSON files. - [`9c89991`](https://github.com/yswery/PHP-DNS-SERVER/commit/9c8999120cfa66644a5e4e3489cd1c8f8c598787) Removed built-in error handler. - [`1fd222b`](https://github.com/yswery/PHP-DNS-SERVER/commit/1fd222b843348800e3ef1d8a7afcc5df33b02098) PHP-CS-FIXER - [`f4a228d`](https://github.com/yswery/PHP-DNS-SERVER/commit/f4a228d954833b951c473a37f6775b1ce4006d08) Changed array declarations to []. - [`ce6ec6b`](https://github.com/yswery/PHP-DNS-SERVER/commit/ce6ec6be3a21709b53de67d4add532dac1c40781) CS fix in tests. - [`edc4aff`](https://github.com/yswery/PHP-DNS-SERVER/commit/edc4aff39c3986679f2bdf4f15a49a201d6f8139) Moved Tests directory - [`db28383`](https://github.com/yswery/PHP-DNS-SERVER/commit/db2838380d813f24b57f1b32042b134e3f4490d6) Updated to latest PHPUnit. ### 📊 Changes **72 files changed** (+4804 additions, -1441 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:24:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PHP-DNS-SERVER#89
No description provided.