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 b6042ee commit f6feb5eCopy full SHA for f6feb5e
config.w32
@@ -245,14 +245,14 @@ if (PHP_MONGODB != "no") {
245
mongoc_opts.MONGOC_ENABLE_SASL = 1;
246
mongoc_opts.MONGOC_ENABLE_SASL_SSPI = 1;
247
} else {
248
- WARNING("MongoDB SASL support not enabled, unknown value for PHP_MONGODB_SASL: " + PHP_MONGODB_SASL);
+ ERROR("MongoDB SASL support not enabled, unknown value for --with-mongodb-sasl: " + PHP_MONGODB_SASL);
249
}
250
251
if (CHECK_FUNC_IN_HEADER("sasl/sasl.h", "sasl_client_done")) {
252
mongoc_opts.MONGOC_HAVE_SASL_CLIENT_DONE = 1;
253
254
} else if (PHP_MONGODB_SASL != "no") {
255
- WARNING("mongodb libsasl support not enabled, libs not found");
+ ERROR("MongoDB SASL support not enabled, libs not found");
256
257
258
if (PHP_MONGODB_CLIENT_SIDE_ENCRYPTION != "no" && mongoc_ssl_found) {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments