diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-10 16:44:59 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-10 16:44:59 +0000 |
commit | 073b148167887c51f30fff8f7c569fcf28c5bb72 (patch) | |
tree | 0e7362611b67eb01a95c7ef65322aef0a1b05411 /sapi/servlet/servlet.c | |
parent | 59b53ea2c8f1dbb4797ffac2a31caad392927b48 (diff) | |
download | php-git-073b148167887c51f30fff8f7c569fcf28c5bb72.tar.gz |
More abstraction
Diffstat (limited to 'sapi/servlet/servlet.c')
-rw-r--r-- | sapi/servlet/servlet.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |