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

 ID:                 51968
 Comment by:         boyan at peychev dot net
 Reported by:        php at hm2k dot org
 Summary:            dns_get_record() [function.dns-get-record]:
                     res_nsend() failed
 Status:             Feedback
 Type:               Bug
 Package:            *Network Functions
 PHP Version:        5.3.2
 Block user comment: N

 New Comment:

Hello,



I have this problem too:



Warning: dns_get_record() [function.dns-get-record]: res_nsend() failed
in .....



Example problematic domains:



dns_get_record('gtvip.com.cn', DNS_NS);

dns_get_record('fztuan.tk', DNS_NS);

dns_get_record('forumgeeks.vv.cc', DNS_NS);

dns_get_record('en91.tk', DNS_NS);

dns_get_record('serverdns.ce.ms', DNS_NS);





PHP Version: 5.2.6-1+lenny9 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug
 4 2010 

03:25:57) 

OS: Debian 5.0.6



Regards,

Boyan Peychev


Previous Comments:
------------------------------------------------------------------------
[2010-06-06 12:32:22] [email protected]

Not Windows. I was testing on CentOS 4 and 5, but based on Google
results, I'd say it's more common across many Linux based servers.

------------------------------------------------------------------------
[2010-06-06 08:30:40] [email protected]

Please be more specific, which OS does this happen on?

------------------------------------------------------------------------
[2010-06-01 18:49:43] php at hm2k dot org

Description:
------------
Certain hosts cause the dns_get_record() to fail with the following
error:



Warning: dns_get_record() [function.dns-get-record]: res_nsend() failed
in dns.php  on line 3



A live example of this error is found here:



http://www.easywhois.com/index.php?mode=dnsinfo&domain=jjpny.com

Test script:
---------------
<?php



print_r(dns_get_record('jjpny.com'));



?>



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



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

Reply via email to