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 ec3e1cc commit 12265c8Copy full SHA for 12265c8
src/MongoDB/Query.c
@@ -71,7 +71,6 @@ PHP_METHOD(Query, __construct)
71
72
intern->query = bson_new();
73
74
- convert_to_object(zfilter);
75
bson_init(&bfilter);
76
zval_to_bson(zfilter, PHONGO_BSON_NONE, &bfilter, NULL TSRMLS_CC);
77
0 commit comments