diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2004-08-23 16:58:11 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2004-08-23 16:58:11 +0000 |
| commit | 8eacea8b489703d9f07199738cef1be36b2977e1 (patch) | |
| tree | 9ce055fbf38713ecfa5c68a1d861f76eb9786a41 | |
| parent | 6ffc1c291aedba07cc4e4e463172e0ba854e8f71 (diff) | |
| download | php-git-8eacea8b489703d9f07199738cef1be36b2977e1.tar.gz | |
Fixed proto of headers_list().
| -rw-r--r-- | ext/standard/head.c | 2 |
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) { |
