summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-20 23:09:54 +0000
committerSascha Schumann <sas@php.net>1999-12-20 23:09:54 +0000
commited0a307ccd239eaf9d633c52765c848c404a515a (patch)
tree8e5c2a0dc57c1915181c515d5cc7a9c03ec2551d /sapi/apache/mod_php4.c
parent742c58c240c5ae4188193046d2656ab65c4f47d8 (diff)
downloadphp-git-ed0a307ccd239eaf9d633c52765c848c404a515a.tar.gz
Use sapi_module_struct to contain SAPI module name
Diffstat (limited to 'sapi/apache/mod_php4.c')
-rw-r--r--sapi/apache/mod_php4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c
index 39ec001428..1d54931e5e 100644
--- a/sapi/apache/mod_php4.c
+++ b/sapi/apache/mod_php4.c
@@ -212,7 +212,7 @@ int sapi_apache_send_headers(sapi_headers_struct *sapi_headers SLS_DC)
sapi_module_struct sapi_module = {
- "PHP Language", /* name */
+ "Apache", /* name */
php_module_startup, /* startup */
php_module_shutdown_wrapper, /* shutdown */