summaryrefslogtreecommitdiff
path: root/sapi/webjames/webjames.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/webjames/webjames.c')
-rw-r--r--sapi/webjames/webjames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/webjames/webjames.c b/sapi/webjames/webjames.c
index 3bea3457e4..9d2f25013a 100644
--- a/sapi/webjames/webjames.c
+++ b/sapi/webjames/webjames.c
@@ -242,10 +242,10 @@ static zend_module_entry php_webjames_module = {
STANDARD_MODULE_PROPERTIES
};
+
static int php_webjames_startup(sapi_module_struct *sapi_module)
{
- if(php_module_startup(sapi_module) == FAILURE
- || zend_startup_module(&php_webjames_module) == FAILURE) {
+ if(php_module_startup(sapi_module, &php_webjames_module, 1) == FAILURE) {
return FAILURE;
} else {
return SUCCESS;