PHPLIB-520: Document deprecation of oplogReplay find option

parent 1e88ad45
......@@ -182,6 +182,8 @@ description: |
The :php:`MongoDB\\BSON\\Timestamp <class.mongodb-bson-timestamp>` class
reference describes how to represent MongoDB's BSON timestamp type with PHP.
.. deprecated:: 1.7
interface: phpmethod
operation: ~
optional: true
......
......@@ -124,7 +124,7 @@ class Find implements Executable, Explainable
* Set this option to prevent that.
*
* * oplogReplay (boolean): Internal replication use only. The driver
* should not set this.
* should not set this. This option is deprecated as of MongoDB 4.4.
*
* * projection (document): Limits the fields to return for the matching
* document.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment