summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-01-07 15:36:14 +0100
committerAnatol Belski <ab@php.net>2017-01-07 15:36:14 +0100
commit486fc0424ab1664831ea098546e14dbf2809c637 (patch)
tree65cb4b923235d0c3c8bb227327ce6f0a775ec150 /ext/standard/config.m4
parent80a5ae4f5389e66fe4bd71b54c7fb8fca06d831b (diff)
downloadphp-git-486fc0424ab1664831ea098546e14dbf2809c637.tar.gz
Implement github PR #1736
This fixes leak issues on *BSD systems, as described in the PR.
Diffstat (limited to 'ext/standard/config.m4')
-rw-r--r--ext/standard/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4
index f9afff30e6..102cbe5fda 100644
--- a/ext/standard/config.m4
+++ b/ext/standard/config.m4
@@ -401,6 +401,7 @@ dnl Detect library functions needed by php dns_xxx functions
dnl ext/standard/php_dns.h will collect these in a single define: HAVE_FULL_DNS_FUNCS
dnl
PHP_CHECK_FUNC(res_nsearch, resolv, bind, socket)
+PHP_CHECK_FUNC(res_ndestroy, resolv, bind, socket)
PHP_CHECK_FUNC(dns_search, resolv, bind, socket)
PHP_CHECK_FUNC(dn_expand, resolv, bind, socket)
PHP_CHECK_FUNC(dn_skipname, resolv, bind, socket)