From 8eacea8b489703d9f07199738cef1be36b2977e1 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 23 Aug 2004 16:58:11 +0000 Subject: Fixed proto of headers_list(). --- ext/standard/head.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/head.c') diff --git a/ext/standard/head.c b/ext/standard/head.c index 096abbc6c7..8ece988ab8 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -244,7 +244,7 @@ static void php_head_apply_header_list_to_hash(void *data, void *arg TSRMLS_DC) } } -/* {{{ proto string headers_list(void) +/* {{{ proto array headers_list(void) Return list of headers to be sent / already sent */ PHP_FUNCTION(headers_list) { -- cgit v1.2.1