Skip to content

Commit f6feb5e

Browse files
committed
Apply code review feedback
1 parent b6042ee commit f6feb5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.w32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@ if (PHP_MONGODB != "no") {
245245
mongoc_opts.MONGOC_ENABLE_SASL = 1;
246246
mongoc_opts.MONGOC_ENABLE_SASL_SSPI = 1;
247247
} else {
248-
WARNING("MongoDB SASL support not enabled, unknown value for PHP_MONGODB_SASL: " + PHP_MONGODB_SASL);
248+
ERROR("MongoDB SASL support not enabled, unknown value for --with-mongodb-sasl: " + PHP_MONGODB_SASL);
249249
}
250250

251251
if (CHECK_FUNC_IN_HEADER("sasl/sasl.h", "sasl_client_done")) {
252252
mongoc_opts.MONGOC_HAVE_SASL_CLIENT_DONE = 1;
253253
}
254254
} else if (PHP_MONGODB_SASL != "no") {
255-
WARNING("mongodb libsasl support not enabled, libs not found");
255+
ERROR("MongoDB SASL support not enabled, libs not found");
256256
}
257257

258258
if (PHP_MONGODB_CLIENT_SIDE_ENCRYPTION != "no" && mongoc_ssl_found) {

0 commit comments

Comments
 (0)