ID:               5311
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Analyzed
 Bug Type:         Feature/Change Request
 Operating System: W2000
 PHP Version:      4.0.1
 New Comment:

Windows users can get this functionality from the PEAR class Net_DNS.

http://pear.php.net/net_dns


Previous Comments:
------------------------------------------------------------------------

[2002-04-27 13:32:31] [EMAIL PROTECTED]

just updating summary to be more informative.

------------------------------------------------------------------------

[2001-02-24 13:47:02] [EMAIL PROTECTED]

Both of these are #Defined out in the source code.. someone needs too
look for a win32 implmentation of these at some point (dns.c:170 #if
HAVE_BINDLIB && !(defined(__BEOS__)||defined(PHP_WIN32))).

Changing to Feature Change Request.

------------------------------------------------------------------------

[2000-11-18 22:21:30] [EMAIL PROTECTED]

reclassified

------------------------------------------------------------------------

[2000-08-12 13:50:49] [EMAIL PROTECTED]

user comment:
Neither checkdnsrr nor getmxrr appear work under Windows NT
4/SP6a with IIS
4.

I'm running with the downloaded Windows binary 4.0.1pl2 and
the provided
.ini file. OS is NT 4.0/sp6a, IIS 4.

Under Windows, checkdnsrr always returns "true" (no matter
whether the
provided domain name could even possibly be valid) and
getmxrr returns 0
hosts.

(append ?domain=domaintotest.com to the URL when calling
this script)

<?
echo("<p>checkdnsrr:
".(checkdnsrr($domain,"MX")?"true":"false"));
getmxrr($domain,$mxhosts);
echo("<p>getmxrr: [".count($mxhosts)."] ");
for ( $i = 0; $i < count ( $mxhosts ); $i++ ) {
    echo($mxhosts[$i]." ");
    }
?>


------------------------------------------------------------------------

[2000-07-27 20:10:15] [EMAIL PROTECTED]

After correcting that typos in the script I found that it is still not
working on W2k while Linux works fine...

checkdnsrr() seems not even trying to connect elsewhere...

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/5311

-- 
Edit this bug report at http://bugs.php.net/?id=5311&edit=1

Reply via email to