Skip to content

PHPC-229: Support options array as 2nd argument to Manager ctor #59

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

Closed
wants to merge 2 commits into from

Conversation

bjori
Copy link
Contributor

@bjori bjori commented Jul 15, 2015

@bjori bjori force-pushed the PHPC-229-manager-options branch from f3b9388 to 12d5b32 Compare July 15, 2015 21:59
@bjori bjori force-pushed the PHPC-229-manager-options branch from 12d5b32 to 49a2cc9 Compare July 15, 2015 22:00
bson_iter_recurse(&iter, &sub);
while (bson_iter_next (&sub)) {
if (BSON_ITER_HOLDS_UTF8(&sub)) {
mongoc_uri_parse_host(uri, bson_iter_utf8(&sub, NULL));
Copy link
Member

Choose a reason for hiding this comment

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

Compiler warning:

./php_phongo.c: In function ‘php_phongo_make_uri’:
./php_phongo.c:1526:7: warning: implicit declaration of function ‘mongoc_uri_parse_host’ [-Wimplicit-function-declaration]
       mongoc_uri_parse_host(uri, bson_iter_utf8(&sub, NULL));

I opened mongodb/mongo-c-driver#250

Copy link
Contributor Author

Choose a reason for hiding this comment

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

jmikola added a commit that referenced this pull request Jul 22, 2015
@jmikola
Copy link
Member

jmikola commented Jul 22, 2015

Manually merged in: a1ebdcc

We can bump the libmongoc submodule once https://mongodbcr.appspot.com/15020002/ is merged.

@jmikola jmikola closed this Jul 22, 2015
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