Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/reference/method/MongoDBDatabase-createCollection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ Parameters
:manual:`db.createCollection()
</reference/method/db.createCollection>` for more information.

*Deprecated*: This option is deprecated and will be removed in
{+php-library+} v2.0. For more information on upgrading from the MMAPv1 storage
engine to Wired Tiger, see the
:manual:`Change a Self-Managed Standalone to WiredTiger </tutorial/change-standalone-wiredtiger/>`
guide.

* - indexOptionDefaults
- array|object
- Allows users to specify a default configuration for indexes when
Expand Down
3 changes: 3 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ improvements, and fixes:
replaced by these new methods in a future driver release, so consider
changing the usages in your application.

- The ``flags`` field, used for the deprecated MMAPv1 storage engine, is now
deprecated and will be removed in {+library-short+} v2.0.

.. _php-lib-version-1.20:

What's New in 1.20
Expand Down
Loading