From: Etienne Kneuss Date: Mon, 14 Apr 2008 16:50:11 +0000 (+0000) Subject: MFH: Fix dns_check_proto (related to #44723) X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8664b5dc68bffd76c1feb4bcae207113f3a3b351;p=php MFH: Fix dns_check_proto (related to #44723) --- 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) {