diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-20 23:09:54 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-20 23:09:54 +0000 |
| commit | ed0a307ccd239eaf9d633c52765c848c404a515a (patch) | |
| tree | 8e5c2a0dc57c1915181c515d5cc7a9c03ec2551d /sapi/thttpd/thttpd.c | |
| parent | 742c58c240c5ae4188193046d2656ab65c4f47d8 (diff) | |
| download | php-git-ed0a307ccd239eaf9d633c52765c848c404a515a.tar.gz | |
Use sapi_module_struct to contain SAPI module name
Diffstat (limited to 'sapi/thttpd/thttpd.c')
| -rw-r--r-- | sapi/thttpd/thttpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c index c3ac2c5e7f..b62fa2a965 100644 --- a/sapi/thttpd/thttpd.c +++ b/sapi/thttpd/thttpd.c @@ -102,7 +102,7 @@ static char *sapi_thttpd_read_cookies(SLS_D) } static sapi_module_struct sapi_module = { - "PHP Language", + "thttpd", php_module_startup, php_module_shutdown_wrapper, |
