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/roxen/roxen.c | |
parent | 59b53ea2c8f1dbb4797ffac2a31caad392927b48 (diff) | |
download | php-git-073b148167887c51f30fff8f7c569fcf28c5bb72.tar.gz |
More abstraction
Diffstat (limited to 'sapi/roxen/roxen.c')
-rw-r--r-- | sapi/roxen/roxen.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index 7c797667e6..cff4324f9d 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -521,6 +521,9 @@ static sapi_module_struct sapi_module = { php_module_startup, /* startup */ pike_module_exit, /* shutdown */ + NULL, /* activate */ + NULL, /* deactivate */ + php_roxen_sapi_ub_write, /* unbuffered write */ NULL, /* flush */ |