Skip to content

v1.4.4

Compare
Choose a tag to compare
@mikepultz mikepultz released this 13 Feb 03:09
· 23 commits to master since this release
  • bugfix when returning an empty bitmap-type in BitMap.php - patch from BugMaster510945.
  • added the BIND 9 private record RR (TYPE65534) - patch from BugMaster510945.
  • added DNSSEC algorithms 13-16 (ECDSAP256SHA256, ECDSAP384SHA384, ED25519, and ED448).
  • added SSHFP algoritm ED25519.
  • modified Net_DNS2::sendPacket() to use current()/next() rather than the deprecated each() (deprecated in 7.2).