Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two bugfixes for the DNSRecordGetterDirect class. #23

Merged
merged 1 commit into from
Oct 31, 2017
Merged

Two bugfixes for the DNSRecordGetterDirect class. #23

merged 1 commit into from
Oct 31, 2017

Conversation

hluaces
Copy link
Contributor

@hluaces hluaces commented Oct 30, 2017

First one: it is not properly using TCP when asked to do so. The reason is that it is not passing $this->udp to the DNSQuery.

Second: resolvePtr method is using the SPL implementation of dns_get_record instead of using the class' implementation.

First one: it is not properly using TCP when asked to do so. The reason is that it is not passing $this->udp to the DNSQuery.

Second: resolvePtr method is using the SPL implementation of dns_get_record instead of using the class' implementation.
@coveralls
Copy link

coveralls commented Oct 30, 2017

Coverage Status

Coverage remained the same at 83.929% when pulling fb3e4e6 on hluaces:master into 744a81b on Mika56:master.

@Mika56
Copy link
Owner

Mika56 commented Oct 31, 2017

Looks good to me, tests are passing 👍

@Mika56 Mika56 merged commit d427160 into Mika56:master Oct 31, 2017
@Mika56
Copy link
Owner

Mika56 commented Oct 31, 2017

Released as v1.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants