summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-08-23 16:58:11 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-08-23 16:58:11 +0000
commit8eacea8b489703d9f07199738cef1be36b2977e1 (patch)
tree9ce055fbf38713ecfa5c68a1d861f76eb9786a41
parent6ffc1c291aedba07cc4e4e463172e0ba854e8f71 (diff)
downloadphp-git-8eacea8b489703d9f07199738cef1be36b2977e1.tar.gz
Fixed proto of headers_list().
-rw-r--r--ext/standard/head.c2
1 files changed, 1 insertions, 1 deletions
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)
{