Edit report at http://bugs.php.net/bug.php?id=51968&edit=1
ID: 51968 Updated by: ka...@php.net Reported by: php at hm2k dot org Summary: dns_get_record() [function.dns-get-record]: res_nsend() failed -Status: Open +Status: Feedback Type: Bug Package: *Network Functions PHP Version: 5.3.2 New Comment: Please be more specific, which OS does this happen on? Previous Comments: ------------------------------------------------------------------------ [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