-
Notifications
You must be signed in to change notification settings - Fork 208
PHPC-2103: Report loaded crypt_shared version in phpinfo() #1351
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
Note: the one task failure is related to PHPC-2121. |
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.
Version in the libmongoc version file looks off, LGTM otherwise.
OK: Got MongoDB\Driver\Exception\EncryptionException | ||
A crypt_shared override path was specified [/not/found], but we failed to open a dynamic library at that location | ||
|
||
OK: Got MongoDB\Driver\Exception\EncryptionException | ||
Option 'cryptSharedLibRequired' is 'true', but failed to load the crypt_shared runtime libary | ||
Option 'cryptSharedLibRequired' is 'true', but failed to load the crypt_shared runtime lib%r(r?)%rary |
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.
Nice way to work around the typo being fixed eventually :)
This typo was corrected in mongodb/mongo-c-driver@1d7229f and will appear in the 1.23.0 release.
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.
LGTM
https://jira.mongodb.org/browse/PHPC-2103
https://jira.mongodb.org/browse/PHPC-2132
Note: this was rebased after closing #1352 for PHPC-2131 and merging v1.14 up to master.