From 1.4.0 we support flag 3 (oplog_reply) as well.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330072 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2013-04-11 09:29:12 +00:00
parent 3904a57738
commit 1c8e3304dd

View file

@ -33,10 +33,9 @@
</term>
<listitem>
<para>
Which flag to set. You can not set flag 3 (OPLOG REPLAY) or flag 6
(EXHAUST) as the driver does not know how to handle them. You will get
a warning if you try to use those. For available flags, please refer to
the wire protocol
Which flag to set. You can not set flag 6 (EXHAUST) as the driver does
not know how to handle them. You will get a warning if you try to use
those. For available flags, please refer to the wire protocol
<link xlink:href="&url.mongodb.dochub.wireprotocol;#MongoWireProtocol-OPQUERY">documentation</link>.
</para>
</listitem>
@ -69,6 +68,31 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>1.4.0</entry>
<entry>
Support for flag 3 (OPLOG_REPLAY) is added. Versions before 1.4.0
would throw a warning saying that the flag is unsupported.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<example>