summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-05-19 19:39:42 +0000
committerJani Taskinen <jani@php.net>2009-05-19 19:39:42 +0000
commit1e56b5368344233e8ef3ac22dca2125e96b7b2d6 (patch)
treea48ca3e180d5c109102198d10b3eee20d9bb9df7
parent21d084a1506c99e14909e2db7cf70515fee5d03a (diff)
downloadphp-git-1e56b5368344233e8ef3ac22dca2125e96b7b2d6.tar.gz
- Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introducing this)
-rw-r--r--ext/standard/dns.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/standard/dns.h b/ext/standard/dns.h
index 691c1e0c12..b69493bf69 100644
--- a/ext/standard/dns.h
+++ b/ext/standard/dns.h
@@ -48,15 +48,13 @@ 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
PHP_FUNCTION(dns_get_record);
-
PHP_MINIT_FUNCTION(dns);
# endif