summaryrefslogtreecommitdiff
path: root/sapi/phttpd
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phttpd')
-rw-r--r--sapi/phttpd/phttpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c
index ee3fb977e6..9f2eda9c16 100644
--- a/sapi/phttpd/phttpd.c
+++ b/sapi/phttpd/phttpd.c
@@ -162,6 +162,7 @@ php_phttpd_sapi_read_post(char *buf, uint count_bytes SLS_DC)
}
static sapi_module_struct sapi_module = {
+ "phttpd",
"PHTTPD",
php_phttpd_startup, /* startup */