We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a40695 commit d545555Copy full SHA for d545555
ext/standard/dns.c
@@ -917,10 +917,9 @@ PHP_FUNCTION(dns_get_mx)
917
}
918
/* }}} */
919
#endif /* HAVE_DN_SKIPNAME && HAVE_DN_EXPAND */
920
-#endif /* defined(PHP_WIN32) && (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) */
+#endif /* !defined(PHP_WIN32) && (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) */
921
922
#if HAVE_DNS_FUNCS || defined(PHP_WIN32)
923
-
924
PHP_MINIT_FUNCTION(dns) {
925
REGISTER_LONG_CONSTANT("DNS_A", PHP_DNS_A, CONST_CS | CONST_PERSISTENT);
926
REGISTER_LONG_CONSTANT("DNS_NS", PHP_DNS_NS, CONST_CS | CONST_PERSISTENT);
0 commit comments