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.
2 parents d37449a + 8a1552b commit 8aec6b9Copy full SHA for 8aec6b9
config.w32
@@ -308,8 +308,8 @@ if (PHP_MONGODB != "no") {
308
}
309
310
if (PHP_MONGODB_CLIENT_SIDE_ENCRYPTION == "no" && mongoc_ssl_found) {
311
- // Add kms_message sources bundled with libmongoc
312
- MONGODB_ADD_SOURCES("/src/libmongoc/src/kms_message/src", PHP_MONGODB_KMS_MESSAGE_SOURCES);
+ // Add kms-message sources bundled with libmongoc
+ MONGODB_ADD_SOURCES("/src/libmongoc/src/kms-message/src", PHP_MONGODB_KMS_MESSAGE_SOURCES);
313
ADD_FLAG("CFLAGS_MONGODB", "/I" + configure_module_dirname + "/src/libmongoc/src/kms-message/src");
314
315
0 commit comments