]> granicus.if.org Git - php/commitdiff
Fix dns_check_proto (related to #44723)
authorEtienne Kneuss <colder@php.net>
Mon, 14 Apr 2008 16:49:30 +0000 (16:49 +0000)
committerEtienne Kneuss <colder@php.net>
Mon, 14 Apr 2008 16:49:30 +0000 (16:49 +0000)
ext/standard/dns.c

index 791b17a9017c331ca47b1ab114cab8d077ca6ee9..b3452f5d19bee1c829aa4a4e82d1e83c33d8fca7 100644 (file)
@@ -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)
 {