mikepultz / netdns2

Native PHP DNS Resolver and Updater
https://netdns2.com/
Other
119 stars 64 forks source link

Deprecated implode() method #110

Closed zraly closed 4 years ago

zraly commented 4 years ago

Order of the parameters should be swapped.

https://github.com/mikepultz/netdns2/blob/9dd7f604c6fbd0ed5506c648960d29f1879221c3/Net/DNS2/RR/CAA.php#L115

mikepultz commented 4 years ago

This is fixed, and will be included in the next release.

Mike