Skip to content

PHPC-757: Implement The MongoDB Handshake Protocol #378

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

Merged
merged 5 commits into from
Aug 31, 2016

Conversation

derickr
Copy link
Contributor

@derickr derickr commented Aug 31, 2016

@@ -1390,8 +1390,6 @@ static mongoc_client_t *php_phongo_make_mongo_client(const mongoc_uri_t *uri, zv
const char *mongoc_version, *bson_version;
mongoc_client_t *client;

ENTRY;
Copy link
Member

Choose a reason for hiding this comment

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

I assume php_phongo_make_mongo_client() was the only use of libmongoc tracing in PHPC. Is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. As this was the only file that failed to compile now @bjori made it not leak.

@derickr derickr force-pushed the PHPC-757-handshake branch from cb6570a to 46b5019 Compare August 31, 2016 16:13
@derickr derickr force-pushed the PHPC-757-handshake branch from bdbb14c to e2f72f2 Compare August 31, 2016 17:12
@jmikola
Copy link
Member

jmikola commented Aug 31, 2016

LGTM once the appended metadata suffix is freed.

@derickr derickr force-pushed the PHPC-757-handshake branch from e2f72f2 to 91aaf65 Compare August 31, 2016 18:21
@jmikola jmikola merged commit 91aaf65 into mongodb:master Aug 31, 2016
jmikola added a commit that referenced this pull request Aug 31, 2016
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