Skip to content

Commit e24d699

Browse files
committed
Call the bson module init
1 parent b2f29d8 commit e24d699

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php_phongo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,8 @@ PHP_MINIT_FUNCTION(phongo)
13791379
phongo_std_object_handlers.write_property = NULL;
13801380
phongo_std_object_handlers.get_debug_info = NULL;
13811381

1382+
PHP_MINIT(bson)(INIT_FUNC_ARGS_PASSTHRU);
1383+
13821384
PHP_MINIT(Command)(INIT_FUNC_ARGS_PASSTHRU);
13831385
PHP_MINIT(CommandResult)(INIT_FUNC_ARGS_PASSTHRU);
13841386
PHP_MINIT(Cursor)(INIT_FUNC_ARGS_PASSTHRU);

0 commit comments

Comments
 (0)