Get rid of the fireAndForget stuff alltogether.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328442 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2012-11-21 11:41:43 +00:00
parent 5a479993c3
commit 569b9e616a

View file

@ -112,31 +112,6 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
host list.
</para>
</listitem>
<!--
<listitem>
<para>
<literal>"fireAndForget"</literal>
</para>
<para>
This option influence how the drivers deals with potential errors
from write operations (<function>MongoCollection::insert</function>,
<function>MongoCollection::update</function> and
<function>MongoCollection::delete</function>).
</para>
<para>
When set to <literal>true</literal> (the default) the driver does
<emphasis>not</emphasis> wait until the server has acknowledged the
write. When set to <literal>false</literal> (the
<emphasis>recommended</emphasis> setting), the driver will wait
until the database has acknowledged the write.
</para>
<para>
If an error occurs, and <literal>fireAndForget</literal> is set to
<literal>false</literal>, then a
<classname>MongoCursorException</classname> is thrown.
</para>
</listitem>
-->
<listitem>
<para>
<literal>"password"</literal>
@ -294,10 +269,13 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
<tbody>
<row>
<entry>1.3.0</entry>
<entry>Added the <!-- <literal>"fireAndForget"</literal>, -->
<literal>"readPreference"</literal>,
<literal>"readPreferenceTags"</literal>, <literal>"w"</literal> and
<literal>"wTimeout"</literal> options.</entry>
<entry>
<para>
Added the <literal>"readPreference"</literal>,
<literal>"readPreferenceTags"</literal>, <literal>"w"</literal> and
<literal>"wTimeout"</literal> options.
</para>
</entry>
</row>
<row>
<entry>1.2.0</entry>