diff options
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 */ |
