summaryrefslogtreecommitdiff
path: root/sapi/thttpd/thttpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/thttpd/thttpd.c')
-rw-r--r--sapi/thttpd/thttpd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c
index 3633475129..2a39f189a4 100644
--- a/sapi/thttpd/thttpd.c
+++ b/sapi/thttpd/thttpd.c
@@ -107,6 +107,9 @@ static sapi_module_struct sapi_module = {
php_module_startup,
php_module_shutdown_wrapper,
+ NULL, /* activate */
+ NULL, /* deactivate */
+
sapi_thttpd_ub_write,
NULL,