mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Missed this one.
This commit is contained in:
parent
21d158229b
commit
8913a7350e
@ -25,7 +25,8 @@
|
||||
PHP_FUNCTION(gethostbyaddr);
|
||||
PHP_FUNCTION(gethostbyname);
|
||||
PHP_FUNCTION(gethostbynamel);
|
||||
#if !defined(PHP_WIN32)||(HAVE_LIBBIND)
|
||||
|
||||
#if HAVE_RES_SEARCH && !(defined(__BEOS__)||defined(PHP_WIN32))
|
||||
PHP_FUNCTION(checkdnsrr);
|
||||
PHP_FUNCTION(getmxrr);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user