From 607d8114a76abf767ecadf14b584178a0f718af0 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Mon, 14 Apr 2008 16:49:30 +0000 Subject: [PATCH] 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 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) { -- 2.40.0