On 18 September 2014 20:29, Kris Craig <kris.cr...@gmail.com> wrote:
> Hey guys,
>
> I just spent some time troubleshooting what appeared to be a DNS issue
> before I realized that, absent the optional $type argument, checkdnsrr()
> defaults to "MX".  Can anybody explain why it's defaulting to "MX" and not
> "ANY"?  It seems really counter-intuitive.
>
> --Kris

This is a big wtf, especially since getmxrr() exists. A cursory search
of github (not the best measure I know, but easy) reveals only a few
cases where this function is called without the second argument, and
every case I've found looks like they were expecting an A record, so
this code is likely broken anyway.

In other words, +1 to change this to something saner ASAP.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to