Skip to content

v2.0.5

Choose a tag to compare

@mikepultz mikepultz released this 21 Sep 19:37
· 9 commits to master since this release
  • bugfix: fixed #169 - the Client.php was comparing the $qtype value to "AXFR" but should have been using the new ENUM value
  • bugfix: fixed #170 - the Socket::read() function could end up in and endless loop when using TCP, and the remote end doesn't
    return any data at all.
  • bugfix: fixed #171 - added a missing __isset() magic method to the RR object.