File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,6 @@ Parameters
57
57
- Type
58
58
- Description
59
59
60
- * - autoIndexId
61
- - boolean
62
- - Specify ``false`` to disable the automatic creation of an index on the
63
- ``_id`` field.
64
-
65
- .. important::
66
-
67
- For replica sets, do not set ``autoIndexId`` to ``false``.
68
-
69
- .. deprecated:: 1.4
70
- As of MongoDB 4.0, this option cannot be ``false`` when creating a replicated
71
- collection (i.e. a collection outside of the ``local`` database in
72
- any mongod mode).
73
-
74
60
* - capped
75
61
- boolean
76
62
- To create a capped collection, specify ``true``. If you specify
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ What's New in 2.0
56
56
The {+library-short+} v2.0 release includes the following features,
57
57
improvements, and fixes:
58
58
59
- - Removal of deprecated fields in GridFS types.
59
+ - Removes deprecated fields in GridFS types.
60
60
61
61
- The library does not calculate the ``md5`` field when a file is
62
62
uploaded to GridFS. If your application requires a file digest, you
@@ -79,7 +79,10 @@ improvements, and fixes:
79
79
:phpmethod:`MongoDB\Collection::find()` or
80
80
:phpmethod:`MongoDB\Collection::findOne()` API documentation.
81
81
82
- - Removal of the deprecated ``IndexInfo::isGeoHaystack()`` method.
82
+ - Removes the deprecated ``IndexInfo::isGeoHaystack()`` method.
83
+
84
+ - Removes the deprecated ``autoIndex`` option for the
85
+ ``MongoDB\\Database::createCollection()`` method.
83
86
84
87
- Drops support for map-reduce functionality by removing the following
85
88
deprecated methods and types:
@@ -93,6 +96,8 @@ improvements, and fixes:
93
96
</reference/map-reduce-to-aggregation-pipeline/>` in the
94
97
{+mdb-server+} manual.
95
98
99
+ - Removes
100
+
96
101
.. _php-lib-version-1.20:
97
102
98
103
What's New in 1.20
You can’t perform that action at this time.
0 commit comments