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

index 08dca4e0325d296850888a357bd94141e4c8542c..8b75d4e3c6b3facca67943b8395ebf89bc982b1e 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])
+/* {{{ 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)
 {