We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running some debug, I discover some segfault issues when both extensions are loaded.
This is related fo sasl_client_done() called during process shutdown More on https://jira.mongodb.org/browse/PHPC-658
For now, workaround is to load smbclient "before" mongodb.
The text was updated successfully, but these errors were encountered:
hmmm, what it the source for php-pecl-mongodb-1.1.5 ? Is it their https://github.com/mongodb/mongo-php-driver.git or https://github.com/mongodb/mongo-php-driver-legacy.git ? Still, no 1.1.5 tag...
Sorry, something went wrong.
=> https://pecl.php.net/package/mongodb so => https://github.com/mongodb/mongo-php-driver
I saw on https://bugzilla.redhat.com/show_bug.cgi?id=1381958 that it affects not only this library, so I'll close until someone reports this again (if ever).
No branches or pull requests
Running some debug, I discover some segfault issues when both extensions are loaded.
This is related fo sasl_client_done() called during process shutdown
More on https://jira.mongodb.org/browse/PHPC-658
For now, workaround is to load smbclient "before" mongodb.
The text was updated successfully, but these errors were encountered: