|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2010-06-01 18:49 UTC] 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')); ?> PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 09 17:00:01 2025 UTC |
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 Peychevusing error suppression (@dns_get_record('example.com')) works, even it doesn't solve the problem...