summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-11 20:38:16 +0000
committerZeev Suraski <zeev@php.net>1999-05-11 20:38:16 +0000
commitceeb9b38ba264da2a1a24d540d88e3a7654ddb4a (patch)
tree96dee722bddfb4e95f7c13d01f686380717ebe15 /ext/standard/head.c
parent702829709cc546a18469ad8bd52687e28ebfd9f5 (diff)
downloadphp-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.c')
-rw-r--r--ext/standard/head.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c
index 86e3a7d835..4d8b586f23 100644
--- a/ext/standard/head.c
+++ b/ext/standard/head.c
@@ -69,13 +69,6 @@ int php3_init_head(INIT_FUNC_ARGS)
}
-PHPAPI void php3_noheader(void)
-{
- php3_PrintHeader = 0;
- header_called = 1;
-}
-
-
#if 0
/* Adds header information */
void php4i_add_header_information(char *header_information, uint header_length)