Skip to content

Commit 62a3392

Browse files
committed
Restore original class initialisation order
1 parent a3cbc53 commit 62a3392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ PHP_MINIT_FUNCTION(mongodb) /* {{{ */
253253
php_phongo_bulkwrite_init_ce(INIT_FUNC_ARGS_PASSTHRU);
254254
php_phongo_clientencryption_init_ce(INIT_FUNC_ARGS_PASSTHRU);
255255
php_phongo_command_init_ce(INIT_FUNC_ARGS_PASSTHRU);
256-
php_phongo_cursorid_init_ce(INIT_FUNC_ARGS_PASSTHRU);
257256
php_phongo_cursor_init_ce(INIT_FUNC_ARGS_PASSTHRU);
257+
php_phongo_cursorid_init_ce(INIT_FUNC_ARGS_PASSTHRU);
258258
php_phongo_manager_init_ce(INIT_FUNC_ARGS_PASSTHRU);
259259
php_phongo_query_init_ce(INIT_FUNC_ARGS_PASSTHRU);
260260
php_phongo_readconcern_init_ce(INIT_FUNC_ARGS_PASSTHRU);

0 commit comments

Comments
 (0)