We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177efe9 commit 96dfb06Copy full SHA for 96dfb06
src/MongoDB/Manager.c
@@ -669,7 +669,7 @@ static PHP_METHOD(Manager, startSession)
669
return;
670
}
671
672
- if (options && php_array_exists(options, "causalConsistency")) {
+ if (options && php_array_existsc(options, "causalConsistency")) {
673
cs_opts = mongoc_session_opts_new();
674
mongoc_session_opts_set_causal_consistency(cs_opts, php_array_fetchc_bool(options, "causalConsistency"));
675
0 commit comments