[PR #43] [MERGED] Resolver interface changes only #65

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

📋 Pull Request Information

Original PR: https://github.com/yswery/PHP-DNS-SERVER/pull/43
Author: @ivanstan
Created: 4/15/2018
Status: Merged
Merged: 5/17/2018
Merged by: @yswery

Base: masterHead: resolver-interface


📝 Commits (1)

  • a192929 Resolver interface changes only

📊 Changes

11 files changed (+93 additions, -58 deletions)

View changed files

📝 README.md (+5 -5)
📝 composer.json (+8 -2)
📝 example.php (+4 -4)
src/AbstractStorageProvider.php (+0 -12)
📝 src/JsonResolver.php (+6 -6)
📝 src/RecursiveResolver.php (+4 -4)
src/ResolverInterface.php (+39 -0)
📝 src/Server.php (+7 -5)
📝 src/StackableResolver.php (+7 -7)
📝 tests/JsonResolverTest.php (+11 -11)
📝 tests/TestServerProxy.php (+2 -2)

📄 Description

These are the changes @codenamegary probably cherry picked from my previous PR. I will create branches for future features as I go.


🔄 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/43 **Author:** [@ivanstan](https://github.com/ivanstan) **Created:** 4/15/2018 **Status:** ✅ Merged **Merged:** 5/17/2018 **Merged by:** [@yswery](https://github.com/yswery) **Base:** `master` ← **Head:** `resolver-interface` --- ### 📝 Commits (1) - [`a192929`](https://github.com/yswery/PHP-DNS-SERVER/commit/a1929290ea1fcc94ae90fb17d896ccb5d9063b03) Resolver interface changes only ### 📊 Changes **11 files changed** (+93 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -5) 📝 `composer.json` (+8 -2) 📝 `example.php` (+4 -4) ➖ `src/AbstractStorageProvider.php` (+0 -12) 📝 `src/JsonResolver.php` (+6 -6) 📝 `src/RecursiveResolver.php` (+4 -4) ➕ `src/ResolverInterface.php` (+39 -0) 📝 `src/Server.php` (+7 -5) 📝 `src/StackableResolver.php` (+7 -7) 📝 `tests/JsonResolverTest.php` (+11 -11) 📝 `tests/TestServerProxy.php` (+2 -2) </details> ### 📄 Description These are the changes @codenamegary probably cherry picked from my previous PR. I will create branches for future features as I go. --- <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:08 +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#65
No description provided.