diff options
-rw-r--r-- | sapi/roxen/roxen.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index 8b04a7fa7d..d219031b43 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -491,13 +491,11 @@ static int php_roxen_startup(sapi_module_struct *sapi_module) /* this structure is static (as in "it does not change") */ -void pike_module_exit(void); - static sapi_module_struct sapi_module = { "Roxen", php_module_startup, /* startup */ - pike_module_exit, /* shutdown */ + php_module_shutdown_wrapper, /* shutdown */ NULL, /* activate */ NULL, /* deactivate */ |