Skip to content

Commit 3bf3458

Browse files
committed
wip PHPC-2474: BinaryVector support
1 parent f15d862 commit 3bf3458

32 files changed

+1294
-34
lines changed

php_phongo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ PHP_MINIT_FUNCTION(mongodb) /* {{{ */
235235
php_phongo_document_init_ce(INIT_FUNC_ARGS_PASSTHRU);
236236

237237
php_phongo_binary_init_ce(INIT_FUNC_ARGS_PASSTHRU);
238+
php_phongo_binaryvector_init_ce(INIT_FUNC_ARGS_PASSTHRU);
238239
php_phongo_dbpointer_init_ce(INIT_FUNC_ARGS_PASSTHRU);
239240
php_phongo_decimal128_init_ce(INIT_FUNC_ARGS_PASSTHRU);
240241
php_phongo_int64_init_ce(INIT_FUNC_ARGS_PASSTHRU);

0 commit comments

Comments
 (0)