Skip to content

Commit d545555

Browse files
author
Jani Taskinen
committed
- Sync with HEAD (thanks Hannes :)
1 parent 9a40695 commit d545555

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/standard/dns.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,10 +917,9 @@ PHP_FUNCTION(dns_get_mx)
917917
}
918918
/* }}} */
919919
#endif /* HAVE_DN_SKIPNAME && HAVE_DN_EXPAND */
920-
#endif /* defined(PHP_WIN32) && (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) */
920+
#endif /* !defined(PHP_WIN32) && (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) */
921921

922922
#if HAVE_DNS_FUNCS || defined(PHP_WIN32)
923-
924923
PHP_MINIT_FUNCTION(dns) {
925924
REGISTER_LONG_CONSTANT("DNS_A", PHP_DNS_A, CONST_CS | CONST_PERSISTENT);
926925
REGISTER_LONG_CONSTANT("DNS_NS", PHP_DNS_NS, CONST_CS | CONST_PERSISTENT);

0 commit comments

Comments
 (0)