Versions of MongoDB before 2.6 do not report modified count

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341054 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2016-11-16 15:15:28 +00:00
parent fc035bc212
commit 21efb4a406

View file

@ -33,7 +33,7 @@
not acknowledged.
</para>
<para>
The modified count is not available on versions of MongoDB before 2.4, which
The modified count is not available on versions of MongoDB before 2.6, which
used the legacy wire protocol version (i.e. OP_UPDATE). If this is the case,
the modified count will also be &null;.
</para>