From: Jani Taskinen Date: Tue, 19 May 2009 19:39:53 +0000 (+0000) Subject: MFH:- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introducing... X-Git-Tag: php-5.3.0RC3~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=764fd8a4238e4330c8f2876217a3226317494c71;p=php MFH:- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introducing this) --- diff --git a/ext/standard/dns.h b/ext/standard/dns.h index e93d102d98..bdb4c9f3d6 100644 --- a/ext/standard/dns.h +++ b/ext/standard/dns.h @@ -48,10 +48,9 @@ PHP_FUNCTION(gethostname); #endif #if defined(PHP_WIN32) || (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) - +PHP_FUNCTION(dns_check_record); # if defined(PHP_WIN32) || (HAVE_DN_SKIPNAME && HAVE_DN_EXPAND) PHP_FUNCTION(dns_get_mx); -PHP_FUNCTION(dns_check_record); # endif #if defined(PHP_WIN32) || HAVE_DNS_FUNCS