diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 10cf6ed3eee..331c1ec486f 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -174,7 +174,7 @@ int php_embed_init(int argc, char **argv PTSRMLS_DC) sapi_startup(&php_embed_module); - if (php_module_startup(&php_embed_module, NULL, 0)==FAILURE) { + if (php_embed_module.startup(&php_embed_module)==FAILURE) { return FAILURE; }