From: Jani Taskinen Date: Tue, 19 May 2009 19:38:00 +0000 (+0000) Subject: ws X-Git-Tag: php-5.2.10RC1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbaed2ba81098a268cbbb30b8fd7dc5f912e65fa;p=php ws --- diff --git a/ext/standard/dns.h b/ext/standard/dns.h index 97d8922784..fddc089ec0 100644 --- a/ext/standard/dns.h +++ b/ext/standard/dns.h @@ -32,18 +32,14 @@ PHP_FUNCTION(gethostbyname); PHP_FUNCTION(gethostbynamel); #if defined(PHP_WIN32) || (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) - PHP_FUNCTION(dns_check_record); # if HAVE_DN_SKIPNAME && HAVE_DN_EXPAND PHP_FUNCTION(dns_get_mx); # endif # if HAVE_DNS_FUNCS - PHP_FUNCTION(dns_get_record); - PHP_MINIT_FUNCTION(dns); - # endif #endif