diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-11 20:38:16 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-11 20:38:16 +0000 |
commit | ceeb9b38ba264da2a1a24d540d88e3a7654ddb4a (patch) | |
tree | 96dee722bddfb4e95f7c13d01f686380717ebe15 /ext/standard/head.h | |
parent | 702829709cc546a18469ad8bd52687e28ebfd9f5 (diff) | |
download | php-git-ceeb9b38ba264da2a1a24d540d88e3a7654ddb4a.tar.gz |
* Finally commit that -q patch
* Refine SAPI built in header support
* Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible.
Diffstat (limited to 'ext/standard/head.h')
-rw-r--r-- | ext/standard/head.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/head.h b/ext/standard/head.h index 3ab12d0d84..37db395e2c 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.h @@ -58,7 +58,6 @@ extern void php3_SetCookie(INTERNAL_FUNCTION_PARAMETERS); void php4i_add_header_information(char *header_information, uint header_length); -PHPAPI void php3_noheader(void); PHPAPI int php3_header(void); int php3_headers_unsent(void); |