Skip to content

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Apr 12, 2016

@@ -402,6 +402,10 @@ PHP_ARG_WITH(libmongoc, whether to use system libmongoc,
AC_SUBST(MONGOC_ENABLE_SECURE_TRANSPORT, 0)
AC_SUBST(MONGOC_ENABLE_COMMON_CRYPTO, 0)

dnl Secure Channel only applies to Windows
AC_SUBST(MONGOC_ENABLE_SECURE_CHANNEL, 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologize upfront. This will be renamed very soon.

MONGOC_ENABLE_SSL_SECURE_CHANNEL
MONGOC_ENABLE_SSL_SECURE_TRANSPORT
MONGOC_ENABLE_SSL_OPENSSL

same with crypto
MONGOC_ENABLE_CRYPTO_COMMON_CRYPTO
MONGOC_ENABLE_CRYPTO_CNG
MONGOC_ENABLE_CRYPTO_LIBCRYPTO

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem. Thanks for the heads up!

I started this PR before realizing that only libbson was updated. I'll revisit once the upstream ticket is resolved in libmongoc.

@jmikola jmikola force-pushed the libmongoc-memleak branch from 1da9c4d to 3959597 Compare April 18, 2016 20:07
@jmikola jmikola changed the title [WIP] PHPC-629: Resolve mongoc-cursor-cursorid memory leaks PHPC-629: Resolve mongoc-cursor-cursorid memory leaks Apr 18, 2016
@jmikola jmikola force-pushed the libmongoc-memleak branch from 3959597 to 38f7d67 Compare April 18, 2016 20:18
@jmikola jmikola merged commit 38f7d67 into mongodb:master Apr 18, 2016
jmikola added a commit that referenced this pull request Apr 18, 2016
@jmikola jmikola deleted the libmongoc-memleak branch April 18, 2016 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants