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 9c27488 commit 7238e26Copy full SHA for 7238e26
couchbase.c
@@ -251,6 +251,7 @@ PHP_MINIT_FUNCTION(CollectionTouch);
251
PHP_MINIT_FUNCTION(CollectionCounter);
252
PHP_MINIT_FUNCTION(CollectionRemove);
253
PHP_MINIT_FUNCTION(CollectionSubdoc);
254
+PHP_MINIT_FUNCTION(CollectionView);
255
256
257
PHP_MINIT_FUNCTION(couchbase)
@@ -330,6 +331,7 @@ PHP_MINIT_FUNCTION(couchbase)
330
331
PHP_MINIT(CollectionCounter)(INIT_FUNC_ARGS_PASSTHRU);
332
PHP_MINIT(CollectionRemove)(INIT_FUNC_ARGS_PASSTHRU);
333
PHP_MINIT(CollectionSubdoc)(INIT_FUNC_ARGS_PASSTHRU);
334
+ PHP_MINIT(CollectionView)(INIT_FUNC_ARGS_PASSTHRU);
335
336
PCBC_REGISTER_CONST(PERSISTTO_MASTER);
337
PCBC_REGISTER_CONST(PERSISTTO_ONE);
0 commit comments