From 8664b5dc68bffd76c1feb4bcae207113f3a3b351 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Mon, 14 Apr 2008 16:50:11 +0000 Subject: [PATCH] MFH: Fix dns_check_proto (related to #44723) --- ext/standard/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/dns.c b/ext/standard/dns.c index 08dca4e032..8b75d4e3c6 100644 --- a/ext/standard/dns.c +++ b/ext/standard/dns.c @@ -247,7 +247,7 @@ static char *php_gethostbyname(char *name) #if HAVE_RES_SEARCH && !(defined(__BEOS__)||defined(PHP_WIN32) || defined(NETWARE)) -/* {{{ proto int dns_check_record(string host [, string type]) +/* {{{ proto bool dns_check_record(string host [, string type]) Check DNS records corresponding to a given Internet host name or IP address */ PHP_FUNCTION(dns_check_record) { -- 2.40.0