We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cbc53 commit 62a3392Copy full SHA for 62a3392
php_phongo.c
@@ -253,8 +253,8 @@ PHP_MINIT_FUNCTION(mongodb) /* {{{ */
253
php_phongo_bulkwrite_init_ce(INIT_FUNC_ARGS_PASSTHRU);
254
php_phongo_clientencryption_init_ce(INIT_FUNC_ARGS_PASSTHRU);
255
php_phongo_command_init_ce(INIT_FUNC_ARGS_PASSTHRU);
256
- php_phongo_cursorid_init_ce(INIT_FUNC_ARGS_PASSTHRU);
257
php_phongo_cursor_init_ce(INIT_FUNC_ARGS_PASSTHRU);
+ php_phongo_cursorid_init_ce(INIT_FUNC_ARGS_PASSTHRU);
258
php_phongo_manager_init_ce(INIT_FUNC_ARGS_PASSTHRU);
259
php_phongo_query_init_ce(INIT_FUNC_ARGS_PASSTHRU);
260
php_phongo_readconcern_init_ce(INIT_FUNC_ARGS_PASSTHRU);
0 commit comments