summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-03-06 20:37:11 +0000
committerStig Bakken <ssb@php.net>2000-03-06 20:37:11 +0000
commit99e0b36321236c1bcf9d60c1e3ed07050b55a20f (patch)
tree624ad6ac28695d278db7a783626e44177a7d3924 /ext/standard/head.c
parent031808cd1b0f584b9c37af5fc7edecf63977da10 (diff)
downloadphp-git-99e0b36321236c1bcf9d60c1e3ed07050b55a20f.tar.gz
@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single extension.
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r--ext/standard/head.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c
index 60a25605a9..4c0abe4af2 100644
--- a/ext/standard/head.c
+++ b/ext/standard/head.c
@@ -268,15 +268,6 @@ PHP_FUNCTION(headers_sent)
}
}
-function_entry php_header_functions[] = {
- {NULL, NULL, NULL}
-};
-
-
-zend_module_entry php_header_module_entry = {
- "PHP_head", php_header_functions, NULL, NULL, PHP_RINIT(head), NULL, NULL, STANDARD_MODULE_PROPERTIES
-};
-
/*
* Local variables:
* tab-width: 4