Skip to content

Commit 63f1269

Browse files
committed
PHPC-2477: BSON_NEEDS_SET_OUTPUT_FORMAT is obsolete
1 parent 7968a61 commit 63f1269

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config.w32

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ if (PHP_MONGODB != "no") {
134134
BSON_HAVE_STRNLEN: 0,
135135
BSON_HAVE_SNPRINTF: 0,
136136
BSON_HAVE_STRLCPY: 0,
137-
BSON_NEEDS_SET_OUTPUT_FORMAT: 0,
138137
BSON_HAVE_TIMESPEC: 0,
139138
BSON_EXTRA_ALIGN: 0,
140139
BSON_HAVE_DECIMAL128: 0,
@@ -143,10 +142,6 @@ if (PHP_MONGODB != "no") {
143142
BSON_HAVE_ARC4RANDOM_BUF: 0
144143
};
145144

146-
if (CHECK_FUNC_IN_HEADER("stdio.h", "_set_output_format")) {
147-
bson_opts.BSON_NEEDS_SET_OUTPUT_FORMAT = 1;
148-
}
149-
150145
mongodb_generate_header(
151146
configure_module_dirname + "/src/libmongoc/src/libbson/src/bson/bson-config.h.in",
152147
configure_module_dirname + "/src/libmongoc/src/libbson/src/bson/bson-config.h",

0 commit comments

Comments
 (0)