Skip to content

Commit 88c1491

Browse files
committed
fix proto
1 parent cf46ac1 commit 88c1491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/dns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_t
761761
}
762762
/* }}} */
763763

764-
/* {{{ proto array|false dns_get_record(string hostname [, int type[, array authns, array addtl]])
764+
/* {{{ proto array|false dns_get_record(string hostname [, int type[, array &authns[, array &addtl[, bool raw]]]])
765765
Get any Resource Record corresponding to a given Internet host name */
766766
PHP_FUNCTION(dns_get_record)
767767
{

ext/standard/dns_win32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw,
341341
}
342342
/* }}} */
343343

344-
/* {{{ proto array|false dns_get_record(string hostname [, int type[, array authns, array addtl]])
344+
/* {{{ proto array|false dns_get_record(string hostname [, int type[, array &authns[, array &addtl[, bool raw]]]])
345345
Get any Resource Record corresponding to a given Internet host name */
346346
PHP_FUNCTION(dns_get_record)
347347
{

0 commit comments

Comments
 (0)