Skip to content

Commit c5e859d

Browse files
committed
PHPC-977: Bump libbson and libmongoc to 1.7.0-rc2
1 parent 1a1f537 commit c5e859d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/bson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ static void phongo_bson_to_json(INTERNAL_FUNCTION_PARAMETERS, int type)
10941094
if (type == 0) {
10951095
str = bson_as_json(b, &str_len);
10961096
} else {
1097-
str = bson_as_extended_json(b, &str_len);
1097+
str = bson_as_canonical_json(b, &str_len);
10981098
}
10991099

11001100
if (!str) {

src/libmongoc

Submodule libmongoc updated 51 files

0 commit comments

Comments
 (0)