Skip to content

PHPLIB-180: Fix use of empty options array #124

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 1 commit into from

Conversation

minenok-tutu
Copy link

Some options (such as maxTimeMS) are not passed to mongo server. This is the fix

@jmikola jmikola changed the title fix of using empty options array PHPLIB-180: Fix use of empty options array Feb 22, 2016
@jmikola
Copy link
Member

jmikola commented Feb 22, 2016

Tracking ticket: PHPLIB-180.

jmikola added a commit that referenced this pull request Feb 22, 2016
@jmikola
Copy link
Member

jmikola commented Feb 22, 2016

Manually merged in 8578166. Thanks for the fix!

Note: while testing this, I realized that the driver may not be able to properly iterate on tailable cursors. We're tracking that in PHPC-586. That should not require further changes to PHPLIB, though.

@jmikola jmikola closed this Feb 22, 2016
ndresselhaus pushed a commit to ndresselhaus/mongo-php-library that referenced this pull request Mar 29, 2016
The values get set to an empty value, which is causing exceptions within the driver

Related to mongodb#124
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