Jeremy Mikola
7d5e3a55d9
Remove broken links in MongoDB::command() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335986 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 23:45:27 +00:00
Jeremy Mikola
20ae297808
Update supported PHP versions in mongo install docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 23:41:51 +00:00
Jeremy Mikola
7a7aafc90c
Revise mongo install docs for OS X
...
https://jira.mongodb.org/browse/PHP-1373
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335984 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-23 23:39:37 +00:00
Jeremy Mikola
a73621ab6b
Fix return type for MongoGridFSFile::getResource()
...
https://jira.mongodb.org/browse/PHP-1383
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335969 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-20 21:53:04 +00:00
Derick Rethans
e6d4ddaa94
PHP-1387: Fixed missing version info for MongoCursor::doQuery and MongoWriteConcernException::getDocument
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335867 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-03 09:27:15 +00:00
Hannes Magnusson
0207f79751
Its a classname, not function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335866 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-03 01:07:07 +00:00
Hannes Magnusson
daf331850e
s/MongoDB:command/MongoDB::command/g
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335865 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-03 01:02:43 +00:00
Jeremy Mikola
8c1c13de0d
Restore documentation for MongoCollection index "background" option
...
This was inadvertently removed in http://svn.php.net/viewvc?view=revision&revision=333382
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335764 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 22:16:23 +00:00
Jeremy Mikola
452d71c53c
Document read preference inheritance for MongoCommandCursor
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335763 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 21:55:38 +00:00
Jeremy Mikola
2260593b82
Reword docs on read preference inheritance among MongoDB classes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335762 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 21:54:39 +00:00
Jeremy Mikola
9de4d8fb3e
Document MongoCommandCursor read preference methods
...
https://jira.mongodb.org/browse/PHP-1370
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335761 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 21:34:50 +00:00
Jeremy Mikola
9f0e1e36a3
Documentation for MongoCursorInterface
...
This interface extends Iterator and is implemented internally by MongoCursor and MongoCommandCursor. In addition to the interface methods, "see also" links were added on the implemented methods to point back to the interface documentation (as we did for Iterator methods).
https://jira.mongodb.org/browse/PHP-1328
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335760 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 21:10:35 +00:00
Jeremy Mikola
96ac68c599
Fix example output for MongoCollection::getIndexInfo()
...
The previous output looked nothing like var_dump(). The indexes are are comparable to those in the previous example, although there are some additional fields and I changed the geo-spatial index to "2dsphere".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335757 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 16:24:54 +00:00
Jeremy Mikola
2fba051b83
Update example output for MongoDB::getCollectionInfo()
...
This returns a numerically indexed array and collection names do not include the namespace prefix.
https://jira.mongodb.org/browse/PHP-1376
https://jira.mongodb.org/browse/PHP-1378
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335756 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-15 16:22:40 +00:00
Jeremy Mikola
54cf5f9e3f
Revise docs for MongoDB collection enumeration methods
...
These methods now take an options array in 1.6+. Additionally, this fixes the description of getCollectionInfo().
https://jira.mongodb.org/browse/PHP-1318
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335744 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-14 15:29:05 +00:00
Jeremy Mikola
fda62fbc6e
Remove full text search example from MongoDB::command() docs
...
This example is obsolete. The text command was experimental in 2.4 and deprecated in favor of the $text query operator in 2.6.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335738 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 21:00:46 +00:00
Jeremy Mikola
da1b439fc9
Document MongoDB::command() $hash by-reference parameter
...
https://jira.mongodb.org/browse/PHP-1330
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335737 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 20:58:06 +00:00
Jeremy Mikola
ed3172ce5d
Specify "seconds since the epoch" in MongoDB type docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335736 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 20:25:00 +00:00
Jeremy Mikola
40d18f45d5
Clarify that MongoTimestamp is for internal use only
...
We'll leave Kristina's Monopoly reference in place for historical reasons.
https://jira.mongodb.org/browse/PHP-1374
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335735 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 20:17:41 +00:00
Jeremy Mikola
3382aa19c7
Fix typo in MongoMaxKey documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335734 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 19:20:33 +00:00
Jeremy Mikola
58374fa210
Clarify that MongoMaxKey/MongoMinKey are primarily for internal use
...
This also revises some language in the usage examplex for both classes.
https://jira.mongodb.org/browse/PHP-1375
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335733 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-13 19:18:31 +00:00
Jeremy Mikola
9eeba8cb28
Update docs for MongoCursor interator methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335444 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-28 22:05:21 +00:00
Jeremy Mikola
eecf0808f0
Revise formatting and example for MongoCommandCursor::timeout()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335443 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-28 21:57:51 +00:00
Jeremy Mikola
63b0d9a05f
Revise docs and examples for creating MongoCommandCursors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335442 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-28 21:56:56 +00:00
Jeremy Mikola
78b7d262be
Revise docs for MongoCursor::dead()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335441 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-28 21:55:05 +00:00
Jeremy Mikola
a7f59b4761
Revise docs and examples for MongoCursor::info()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335440 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-28 21:54:15 +00:00
Jeremy Mikola
e39cacd755
Fix capitalization in MongoDB::command() links
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335348 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-23 21:46:07 +00:00
Jeremy Mikola
fdf29338d6
Revise MongoCommandCursor class documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335347 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-23 21:44:31 +00:00
Jeremy Mikola
4688808f52
Fix grammar in MongoCommandCursor::timeout() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335346 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-23 21:34:42 +00:00
Jeremy Mikola
a9502d1ec1
Clarify language in MongoCursor batchSize docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335345 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-23 21:09:33 +00:00
Derick Rethans
87344fb9db
Document MongoDB::getCollectionInfo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335314 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:53:55 +00:00
Peter Cowburn
329f9b41ef
svn keywords and eol-style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335313 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:46:28 +00:00
Derick Rethans
7e47cadc79
Sort this better, and put the magic methods first.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335312 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:34:12 +00:00
Derick Rethans
f48b8dec36
Document MongoCommandCursor::timeout.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335311 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:26:14 +00:00
Derick Rethans
8d1e2309b7
Add example to MongoCommandCursor::construct and added see-alsos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335300 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-16 11:18:20 +00:00
Jeremy Mikola
ee509342bd
Fix typo and dump formatting in MongoCommandCursor::createFromDocument()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335258 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-09 23:08:13 +00:00
Jeremy Mikola
ed20cf8bb5
Correct signature for MongoCommandCursor::createFromDocument()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335257 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-09 21:02:55 +00:00
Derick Rethans
7619681d4b
Document return type of next(), and document getNext() as an alias of next().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335247 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-05 16:42:09 +00:00
Jeremy Mikola
6c668086fa
Fix discrepancy in MongoCollection::insert() changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335239 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:28:01 +00:00
Jeremy Mikola
bdedce75e7
MongoCollection::save() never accepted non-array $options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335238 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:24:10 +00:00
Jeremy Mikola
9e3918a89b
Rename parameter for MongoCollection insert/save methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335237 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:19:58 +00:00
Tjerk Anne Meesters
60e8e031cf
Fixed error in reference link
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335215 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 23:25:24 +00:00
Derick Rethans
054dd025b7
Clarify here as well that we pass the options straight to the server.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335213 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 10:25:23 +00:00
Derick Rethans
9e364cb1a9
Fixed docs to say we pass in all raw options to the server.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335212 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 10:22:02 +00:00
Derick Rethans
0f4ab917eb
Added docs for MongoDate::toDateTime.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335192 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-18 11:06:14 +00:00
Jeremy Mikola
13445ae645
Revise MongoWriteBatch::add() parameter docs
...
Rewrote argument descriptions and cross-referenced relevant update() and remove() parameters/options. Also clarified valid "limit" values for delete operations.
https://jira.mongodb.org/browse/PHP-1126
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335169 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 19:51:28 +00:00
Jeremy Mikola
a5492acb76
Fix descriptions of MongoWriteBatch methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335168 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 19:47:27 +00:00
Jeremy Mikola
dbdc52230d
MongoCollection::count() now takes an $options array
...
https://jira.mongodb.org/browse/PHP-1160
https://jira.mongodb.org/browse/PHP-1263
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335161 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-05 21:15:09 +00:00
Jeremy Mikola
95f7837cdc
MongoDB 2.8+ no longer supports "dropDups" index creation option
...
https://jira.mongodb.org/browse/PHP-1205
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335079 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-17 21:50:32 +00:00
Jeremy Mikola
22f2853d0b
Make MongoCollection::save() 1.5 changelog consistent
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334972 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 15:36:42 +00:00
Jeremy Mikola
0e0f965045
Document socketTimeoutMS for MongoDB::command()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334971 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 15:33:02 +00:00
Richard Quadling
cb2e7b70b1
svn:keywords, svn:eol-style, svn:ignore all set appropriately.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334955 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 12:08:23 +00:00
Derick Rethans
5da46a59d6
Integrate note for nicer formatting.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334841 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-11 11:53:57 +00:00
Derick Rethans
6133457550
Changed example to be non-destructive.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334840 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-11 11:50:19 +00:00
Jeremy Mikola
6652e50b56
Note libsasl.dll dependency on Windows for MongoDB driver
...
https://jira.mongodb.org/browse/PHP-1159
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334827 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-09 18:41:17 +00:00
Jeremy Mikola
565e478d69
Fix <programlisting> formatting in MongoDB docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334826 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-09 18:31:20 +00:00
Jeremy Mikola
ad82d24105
Clarify that differing MongoDB seed list connections are persisted
...
https://jira.mongodb.org/browse/PHP-1216
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334825 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-09 18:16:10 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Derick Rethans
61fa6fb092
PHP-1214: Added the addOption( '$comment', … ) example.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334691 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-01 15:01:16 +00:00
Jeremy Mikola
c6bfe83556
Clarify that MongoCursor::snapshot() only prevents dupes
...
https://jira.mongodb.org/browse/PHP-1167
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334600 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-25 17:00:30 +00:00
Jeremy Mikola
6b2eb216fd
Revise MongoLog class documentation
...
Rewrite intro documentation and move PHP notice tip to a note block. Add MongoLog::CON. Add changelog, deprecating old constants. Fix modifiers for class properties.
https://jira.mongodb.org/browse/PHP-1162
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334512 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-06 19:41:45 +00:00
Jeremy Mikola
c2b2224748
Revise MongoLog method documentation
...
Replace reference to deprecated MongoLog constants. Fix typing docs in callback pages and add PHP version requirement to getCallback(). Make language consistent between the getter/setter method docs.
https://jira.mongodb.org/browse/PHP-1162
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334511 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-06 19:39:17 +00:00
Jeremy Mikola
f79489c9b3
Revise MongoDB connect/socket timeout docs
...
Document that default values for MongoClient options and implications of negative timeouts.
https://jira.mongodb.org/browse/PHP-791
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334483 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-04 22:06:20 +00:00
Jeremy Mikola
a3e949b1ea
Refer to MongoCursor::maxTimeMS() from timeout() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334482 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-04 21:17:50 +00:00
Jeremy Mikola
4a26145cee
Fix documentation for MongoCursor::timeout() default
...
https://jira.mongodb.org/browse/PHP-1157
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334427 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 21:36:35 +00:00
Jeremy Mikola
d2f03350de
Clarify wTimeoutMS option for MongoClient and write params
...
https://jira.mongodb.org/browse/PHP-791
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334385 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-25 19:18:16 +00:00
Jeremy Mikola
ae1355bad7
Clarify cursor/explain options for MongoCollection aggregate methods
...
https://jira.mongodb.org/browse/PHP-1054
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334360 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-22 19:19:50 +00:00
Jeremy Mikola
5afe9f5317
Add "ssl" connection option to MongoClient changelog
...
https://jira.mongodb.org/browse/PHP-1148
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334357 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-22 15:35:15 +00:00
Jeremy Mikola
3c46d42a39
Clean up docs for MongoGridFS delete/insert methods
...
https://jira.mongodb.org/browse/PHP-1147
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334345 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-21 22:02:44 +00:00
Jeremy Mikola
3cefe92f81
Fix docs for MongoID class property
...
https://jira.mongodb.org/browse/PHP-1081
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334344 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-21 20:03:05 +00:00
Paul Dragoonis
4eed9a5bb8
Adding docs about the 'upsert' parameter to MongoWriteBatch::add()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334275 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-14 15:24:23 +00:00
Peter Cowburn
b21969b1f7
Fix collection variable name in examples
...
Patch by Greg Bowler
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334177 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-07 12:37:41 +00:00
Jeremy Mikola
1b7ddee55c
Document deprecated MongoClient properties
...
https://jira.mongodb.org/browse/PHP-840
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334102 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-03 17:19:23 +00:00
Yannick Torres
d5a500831e
Fix svn keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333942 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-25 16:57:52 +00:00
Jeremy Mikola
4148bc245c
Make see-also links consistent across MongoCollection index methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333624 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-28 15:37:34 +00:00
Jeremy Mikola
20c2e4631a
Rewrite MongoCollection::deleteIndex() documentation
...
https://jira.mongodb.org/browse/PHP-970
Attempted to clarify how string arguments are handled and touched up the code examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333623 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-28 15:36:49 +00:00
Philip Olson
0aa774414a
Removed removed duplicated duplicated words words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333548 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-16 20:12:19 +00:00
Hannes Magnusson
639b1a2a10
Version info for the stream callback functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333410 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 17:16:53 +00:00
Hannes Magnusson
51f2b7c9b0
punctuation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333409 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 17:12:23 +00:00
Hannes Magnusson
724c49c25c
grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333408 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 17:11:47 +00:00
Derick Rethans
0724a1791b
Mention that this is also true for POST (from a note by Mark Coudill).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333406 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 13:29:46 +00:00
Hannes Magnusson
30276884b1
Document some mongodb constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333397 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 04:28:45 +00:00
Hannes Magnusson
b2b679970b
Update changelog generation from new classess and stuffz
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333396 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 04:18:17 +00:00
Hannes Magnusson
adffd231a7
Document most of the MongoDB Context Options
...
Partially fixes https://jira.mongodb.org/browse/PHP-758
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333393 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-22 02:02:53 +00:00
Hannes Magnusson
1219ed7946
Document how to connect to MongoDB over SSL using stream context option for verifications
...
and authentication
Fixes https://jira.mongodb.org/browse/PHP-935
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333392 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 23:23:50 +00:00
Hannes Magnusson
7e34a70867
3000, not 30.000, is the default. Thanks Peter!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333389 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 19:49:35 +00:00
Hannes Magnusson
3d5fdde110
Document real default value and link to the mongoclient ctor
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333384 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 18:13:45 +00:00
Hannes Magnusson
acef1885de
Document the default value and point to MongoCursor->timeout
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333383 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 18:10:44 +00:00
Jeremy Mikola
30ed36d66f
Revise MongoCollection ensure/createIndex docs
...
Documented options for MongoDB 2.6 and earlier versions and clarified how methods operate with each database version. Also updated write concern snippets for consistent language.
https://jira.mongodb.org/browse/PHP-1078
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333382 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-21 18:07:38 +00:00
Hannes Magnusson
804331d0e3
Document new connection options
...
- authMechanism
- authSource
- gssapiServiceName
- secondaryAcceptableLatencyMS
https://jira.mongodb.org/browse/PHP-1042
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333380 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 23:17:28 +00:00
Jeremy Mikola
350e29c7e3
Revise argument docs for MongoCollection update/remove methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333379 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 23:14:32 +00:00
Jeremy Mikola
4daa8ece2f
Revise MongoCollection write options and add missing changelog entries
...
https://jira.mongodb.org/browse/PHP-1076
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333378 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 22:37:43 +00:00
Jeremy Mikola
e294c93cee
Add missing MongoClient constructor changelog entries
...
Includes various other small grammar and language changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333377 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-18 22:32:43 +00:00
Derick Rethans
8e5a91bf87
PHP-1043: Document parallelCollectionScan
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333361 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-17 12:37:40 +00:00
Hannes Magnusson
e486128a77
Link to MongoId::isValid()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333310 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-13 17:48:21 +00:00
Hannes Magnusson
94933fcf80
Fixed PHP-1062: MongoID doesn't ignore invalid id
...
https://jira.mongodb.org/browse/PHP-1062
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333309 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-13 17:46:40 +00:00
Hannes Magnusson
75f56b6827
Update for the last releases
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333298 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 22:17:55 +00:00
Derick Rethans
e57ec925dc
Added missing mongocommandcursor and cursoraggregate
...
And alphabetize.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333289 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-09 09:51:33 +00:00
Jeremy Mikola
4fc4e25cbd
Document MongoDB maxTimeMS command/query option
...
Also expanded upon aggregate command options.
https://jira.mongodb.org/browse/PHP-1023
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333265 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 22:19:19 +00:00
Jeremy Mikola
3d104ce431
Document MongoCursor::maxTimeMS()
...
https://jira.mongodb.org/browse/PHP-1023
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333264 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 22:17:30 +00:00