From 073b148167887c51f30fff8f7c569fcf28c5bb72 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 10 Feb 2000 16:44:59 +0000 Subject: More abstraction --- sapi/servlet/servlet.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sapi/servlet/servlet.c') diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c index 3cc4e6e3dc..645528b86c 100644 --- a/sapi/servlet/servlet.c +++ b/sapi/servlet/servlet.c @@ -216,6 +216,9 @@ static sapi_module_struct sapi_module = { php_module_startup, /* startup */ php_module_shutdown_wrapper, /* shutdown */ + NULL, /* activate */ + NULL, /* deactivate */ + sapi_servlet_ub_write, /* unbuffered write */ NULL, /* flush */ -- cgit v1.2.1