Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two bugfixes for the DNSRecordGetterDirect class. (#23)
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.
- Loading branch information