summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r--sapi/embed/php_embed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c
index 10cf6ed3ee..331c1ec486 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;
}