mirror of
https://github.com/yswery/PHP-DNS-SERVER.git
synced 2026-04-26 09:45:54 +03:00
[PR #28] [MERGED] Fixes crash when querying for '.' #57
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#57
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/28
Author: @nkakouros
Created: 8/4/2017
Status: ✅ Merged
Merged: 8/7/2017
Merged by: @yswery
Base:
master← Head:trace📝 Commits (2)
cd9f786Removes unnecessary trima6181fbUpdates travis ubuntu📊 Changes
2 files changed (+4 additions, -1 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
src/RecursiveProvider.php(+3 -1)📄 Description
There was an unecessary trim($...question, '.') that when the query was simlpy '.', returned an empty string. This caused the RecursiveProvider to crash when calling php's get_dns_record with an empty domain name.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.