diff options
Diffstat (limited to 'sapi/roxen/roxen.c')
-rw-r--r-- | sapi/roxen/roxen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index 13aca14dbc..82c93664bb 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -491,6 +491,7 @@ static int php_roxen_startup(sapi_module_struct *sapi_module) /* this structure is static (as in "it does not change") */ static sapi_module_struct sapi_module = { + "roxen", "Roxen", php_module_startup, /* startup */ php_module_shutdown_wrapper, /* shutdown */ |