-
Notifications
You must be signed in to change notification settings - Fork 211
PHPC-1496: Add support for compiling with libmongocrypt #1065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1e33b00 to
cb73b1b
Compare
d4d1568 to
6ce028d
Compare
6ce028d to
f7021e9
Compare
b298de0 to
35b71da
Compare
Regarding the todo item "Ensure libmongocrypt is built with crypto support and reports it correctly (issue found on MacOS)", this is due to us not including mongocrypt-config.h in php_phongo.c, so MONGOCRYPT_ENABLE_CRYPTO is never defined. Since the header file is not available when using system libmongocrypt, I've removed the phpinfo output for libmongocrypt crypto.
Since we are using the same library as for libmongoc crypto, it may be more appropriate to rename that output from "libmongoc crypto" to something more generic that covers both libmongoc and libmongocrypt.
6b18e61 to
a35f5d7
Compare
Incoming PR: alcaeus#3
0d26726 to
1c79014
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One formatting suggestion. LGTM otherwise!
1c79014 to
cc071ed
Compare
Done. I also squashed commits for a cleaner history 👍
cc071ed to
7cea21a
Compare
Uh oh!
There was an error while loading. Please reload this page.
https://jira.mongodb.org/browse/PHPC-1496
Commits will be squashed before merging.
Open items: