amphp / dns

Async DNS resolution for PHP based on Amp.
https://amphp.org/dns
MIT License
157 stars 32 forks source link

refactored `resolve` method logic to not use `inet_pton` #72

Closed austinheap closed 6 years ago

austinheap commented 6 years ago

~inet_pton throws warnings -- which while prior to this PR were muted with by @ -- are avoidable.~

Fixing CI errors & will make new PR.