mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- Sync with HEAD (thanks Hannes :)
This commit is contained in:
parent
9a4069529c
commit
d5455551a5
1 changed files with 1 additions and 2 deletions
|
@ -917,10 +917,9 @@ PHP_FUNCTION(dns_get_mx)
|
|||
}
|
||||
/* }}} */
|
||||
#endif /* HAVE_DN_SKIPNAME && HAVE_DN_EXPAND */
|
||||
#endif /* defined(PHP_WIN32) && (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) */
|
||||
#endif /* !defined(PHP_WIN32) && (HAVE_RES_SEARCH && !(defined(__BEOS__) || defined(NETWARE))) */
|
||||
|
||||
#if HAVE_DNS_FUNCS || defined(PHP_WIN32)
|
||||
|
||||
PHP_MINIT_FUNCTION(dns) {
|
||||
REGISTER_LONG_CONSTANT("DNS_A", PHP_DNS_A, CONST_CS | CONST_PERSISTENT);
|
||||
REGISTER_LONG_CONSTANT("DNS_NS", PHP_DNS_NS, CONST_CS | CONST_PERSISTENT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue