diff options
| author | Andi Gutmans <andi@php.net> | 1999-05-05 18:25:20 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 1999-05-05 18:25:20 +0000 |
| commit | 537cc54acd4844624e60ed9f128155b35374b4a6 (patch) | |
| tree | 4c5f894a3f2cc247ce3aa2b2e28daf379c5dc612 /ext/standard/head.h | |
| parent | 9e67cded5e5927bbde212fdc37a72ce29aa32b2e (diff) | |
| download | php-git-537cc54acd4844624e60ed9f128155b35374b4a6.tar.gz | |
Added initial headers support in SAPI
*untested*
It definitely broke the thread-safe CGI, it may have broken other stuff as well.
Diffstat (limited to 'ext/standard/head.h')
| -rw-r--r-- | ext/standard/head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/head.h b/ext/standard/head.h index f7b33d73fd..3ab12d0d84 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.h @@ -56,7 +56,7 @@ extern int php3_init_head(INIT_FUNC_ARGS); extern void php3_Header(INTERNAL_FUNCTION_PARAMETERS); extern void php3_SetCookie(INTERNAL_FUNCTION_PARAMETERS); -void php4i_add_header_information(char *header_information); +void php4i_add_header_information(char *header_information, uint header_length); PHPAPI void php3_noheader(void); PHPAPI int php3_header(void); |
