- 18 Jun, 2015 15 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Additionally, this changes createIndexes() to no longer allow an empty array as input. The index management spec doesn't state that empty input must be accepted, so I'm not sure why we had that behavior.
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Invalid arguments and options constitute a logic error, so InvalidArgumentTypeException may be used. For runtime errors (e.g. server returned something we didn't expect), UnexpectedValueTypeException may be used.
-
- 13 May, 2015 2 commits
-
-
Hannes Magnusson authored
Syntax error typo
-
Sergey authored
-
- 12 May, 2015 20 commits
-
-
Jeremy Mikola authored
Let's also not assume that origin is the appropriate upstream remote (it may be a local fork).
-
Jeremy Mikola authored
-
Jeremy Mikola authored
This fixes an issue with 12c54575 where the error function was always being invoked.
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Based on our "docs" build target, we will have already build the docs with a clean site/ directory. After that, we generate API documentation within it, which we'd like to stick around for the deploy.
-
Jeremy Mikola authored
-
Jeremy Mikola authored
This also adjusts some API doc settings and removes various options where we were supplying default values.
-
Jeremy Mikola authored
Update docs and code examples for 0.2
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
PHPLIB-105: Remove Collection::VERSION constant
-
Jeremy Mikola authored
-
Jeremy Mikola authored
PHPLIB-83: Extend driver exceptions
-
Jeremy Mikola authored
-
Jeremy Mikola authored
PHPLIB-87: Remove manual bsonSerialize() call
-
Jeremy Mikola authored
-
- 07 May, 2015 1 commit
-
-
Jeremy Mikola authored
Compatibility with ext-mongodb 0.6
-
- 05 May, 2015 2 commits
-
-
Jeremy Mikola authored
As of PHPC-255, we cannot rewind a Cursor. PHPLIB-81 will ultimately change this by caching results; however, there is also no need to assert the iterator count here, since we're asserting the name during iteration (two CollectionInfo results would not share the same name).
-
Jeremy Mikola authored
-