From: Etienne Kneuss Date: Mon, 14 Apr 2008 16:49:30 +0000 (+0000) Subject: Fix dns_check_proto (related to #44723) X-Git-Tag: RELEASE_2_0_0b1~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=607d8114a76abf767ecadf14b584178a0f718af0;p=php Fix dns_check_proto (related to #44723) --- diff --git a/ext/standard/dns.c b/ext/standard/dns.c index 791b17a901..b3452f5d19 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]) U +/* {{{ proto bool dns_check_record(string host [, string type]) U Check DNS records corresponding to a given Internet host name or IP address */ PHP_FUNCTION(dns_check_record) {